DBA Data[Home] [Help]

APPS.GHR_POSN_COPY dependencies on PER_BUSINESS_GROUPS

Line 77: from per_business_groups

73:
74: --
75: cursor cur_org_id_flex_num is
76: select position_structure id_flex_num
77: from per_business_groups
78: where business_group_id = p_business_group_id;
79: --
80:
81: BEGIN