DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_BALANCE_CLASSIFICATIONS

Line 1951: select pay_balance_classifications_s.nextval

1947: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',99);
1948: end if;
1949: --
1950: -- Get sequence for
1951: select pay_balance_classifications_s.nextval
1952: into v_balance_classification_id
1953: from sys.dual;
1954: --
1955: if g_debug then

Line 2024: insert into pay_balance_classifications

2020: and cl.parent_classification_id is NULL
2021: and cl.legislation_code = v_legislation_code;
2022: --
2023: -- Create balance classification
2024: insert into pay_balance_classifications
2025: (BALANCE_CLASSIFICATION_ID,
2026: BUSINESS_GROUP_ID,
2027: LEGISLATION_CODE,
2028: BALANCE_TYPE_ID,