DBA Data[Home] [Help]

APPS.AMW_LOAD_SOD_DATA dependencies on FND_REQUEST_GROUP_UNITS

Line 60: FROM fnd_request_group_units rgu ,

56: AND cst_entries_function_id IS NOT NULL
57: AND NOT EXISTS
58: (
59: SELECT 'Y'
60: FROM fnd_request_group_units rgu ,
61: fnd_concurrent_programs cpv
62: WHERE rgu.request_unit_type = 'P'
63: AND rgu.request_unit_id = cpv.concurrent_program_id
64: AND cpv.enabled_flag = 'Y'