DBA Data[Home] [Help]

APPS.AMW_ORG_HIERARCHY_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 8580: fnd_concurrent_programs

8576: BEGIN
8577: select
8578: concurrent_program_id into v_concurrent_program_id
8579: from
8580: fnd_concurrent_programs
8581: where CONCURRENT_PROGRAM_NAME = concur_prog_name;
8582: return v_concurrent_program_id;
8583: END get_concur_program_id;
8584: /** Block by dpatel ends */