DBA Data[Home] [Help]

APPS.PER_AE_MIGRATE_PKG dependencies on PER_BUSINESS_GROUPS

Line 73: FROM per_business_groups

69:
70: /*Cursor for fetching business groups in AE LEGISLATION */
71: CURSOR csr_get_business_group_id IS
72: SELECT business_group_id
73: FROM per_business_groups
74: WHERE legislation_code = 'AE';
75: rec_get_business_group_id csr_get_business_group_id%ROWTYPE;
76:
77: /* Cursor for fetching employee details*/