BEGIN
xdo_ds_definitions_pkg.delete_row (
x_application_short_name => 'APPL_SHORT_NAME',
x_data_source_code => 'DATA_SOURCE_CODE');
COMMIT;
END;
BEGIN
fnd_global.apps_initialize (FND_GLOBAL.user_id, FND_GLOBAL.resp_id, FND_GLOBAL.resp_appl_id);
COMMIT;
FND_PROGRAM.delete_program (
program_short_name => 'PROG_SHORT_NAME',
application => 'Prog_appl_name');
COMMIT;
END;
xdo_ds_definitions_pkg.delete_row (
x_application_short_name => 'APPL_SHORT_NAME',
x_data_source_code => 'DATA_SOURCE_CODE');
COMMIT;
END;
BEGIN
fnd_global.apps_initialize (FND_GLOBAL.user_id, FND_GLOBAL.resp_id, FND_GLOBAL.resp_appl_id);
COMMIT;
FND_PROGRAM.delete_program (
program_short_name => 'PROG_SHORT_NAME',
application => 'Prog_appl_name');
COMMIT;
END;
No comments:
Post a Comment