DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_CONCURRENT_PROGRAMS_TL

Line 891: insert into FND_CONCURRENT_PROGRAMS_TL (

887: println('inserted into concurrent programs');
888:
889: -- insert rows for each installed language into the tl table */
890:
891: insert into FND_CONCURRENT_PROGRAMS_TL (
892: APPLICATION_ID, CONCURRENT_PROGRAM_ID, USER_CONCURRENT_PROGRAM_NAME,
893: CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE,
894: LAST_UPDATED_BY, LAST_UPDATE_LOGIN, DESCRIPTION,
895: LANGUAGE, SOURCE_LANG

Line 907: from FND_CONCURRENT_PROGRAMS_TL T

903: from FND_LANGUAGES L
904: where L.INSTALLED_FLAG in ('I', 'B')
905: and not exists
906: (select NULL
907: from FND_CONCURRENT_PROGRAMS_TL T
908: where T.APPLICATION_ID = application_id_i
909: and T.CONCURRENT_PROGRAM_ID = concurrent_program_id_i
910: and T.LANGUAGE = L.LANGUAGE_CODE);
911:

Line 1585: DELETE fnd_concurrent_programs_tl

1581: WHERE to_run_concurrent_program_id = program_id
1582: AND to_run_application_id = program_application_id;
1583:
1584: -- Finally, delete the program
1585: DELETE fnd_concurrent_programs_tl
1586: WHERE application_id = program_application_id
1587: AND concurrent_program_id = program_id;
1588:
1589: DELETE fnd_concurrent_programs