DBA Data[Home] [Help]

APPS.PAY_US_DB_PER_SETUP dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 1296: INSERT INTO per_org_structure_elements

1292: --
1293: begin
1294: --
1295: --
1296: INSERT INTO per_org_structure_elements
1297: (org_structure_element_id
1298: ,business_group_id
1299: ,organization_id_parent
1300: ,org_structure_version_id

Line 1304: (per_org_structure_elements_s.nextval

1300: ,org_structure_version_id
1301: ,organization_id_child
1302: )
1303: VALUES
1304: (per_org_structure_elements_s.nextval
1305: ,p_business_group_id
1306: ,p_organization_id_parent
1307: ,p_org_structure_version_id
1308: ,p_organization_id_child