DBA Data[Home] [Help]

APPS.PER_JBD_SHD dependencies on PER_BUSINESS_GROUPS

Line 53: from per_business_groups pbg

49: l_proc varchar2(72) := g_package||'segment_combination_check';
50: --
51: cursor idsel is
52: select pbg.job_structure
53: from per_business_groups pbg
54: where pbg.business_group_id = p_business_group_id;
55: --
56: -- the cursor pgsel selects the job_definition_id
57: --