DBA Data[Home] [Help]

APPS.PJI_SETUP_PKG dependencies on PER_ORGANIZATION_STRUCTURES

Line 1535: FROM per_organization_structures s

1531: l_current_id NUMBER ;
1532: l_num_ids NUMBER := 0;
1533: CURSOR c_ids IS
1534: SELECT s.organization_structure_id
1535: FROM per_organization_structures s
1536: WHERE s.name = p_Org_structure ;
1537:
1538:
1539: