DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_CONCURRENT_PROGRAMS_TL

Line 888: insert into FND_CONCURRENT_PROGRAMS_TL (

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

Line 904: from FND_CONCURRENT_PROGRAMS_TL T

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

Line 1582: DELETE fnd_concurrent_programs_tl

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