DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on PER_JOB_GROUPS

Line 852: from per_job_groups

848: ) is
849: -- Bug 3177195 Changed the where clause for the cursor
850: cursor csr_job_group_id is
851: select job_group_id
852: from per_job_groups
853: where job_group_id = p_job_group_id
854: and (business_group_id is null
855: or business_group_id = p_business_group_id);
856: