DBA Data[Home] [Help]

APPS.PER_MANAGE_CONTRACTS_PKG dependencies on PER_BUSINESS_GROUPS

Line 54: FROM per_business_groups

50: SELECT grade_structure
51: ,people_group_structure
52: ,job_structure
53: ,position_structure
54: FROM per_business_groups
55: WHERE business_group_id = p_business_group_id;
56: BEGIN
57: OPEN cFlexStructures(p_business_group_id);
58: FETCH cFlexStructures INTO p_grade_structure