DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_BALANCE_CLASSIFICATIONS

Line 1928: select pay_balance_classifications_s.nextval

1924: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',99);
1925: end if;
1926: --
1927: -- Get sequence for
1928: select pay_balance_classifications_s.nextval
1929: into v_balance_classification_id
1930: from sys.dual;
1931: --
1932: if g_debug then

Line 2001: insert into pay_balance_classifications

1997: and cl.parent_classification_id is NULL
1998: and cl.legislation_code = v_legislation_code;
1999: --
2000: -- Create balance classification
2001: insert into pay_balance_classifications
2002: (BALANCE_CLASSIFICATION_ID,
2003: BUSINESS_GROUP_ID,
2004: LEGISLATION_CODE,
2005: BALANCE_TYPE_ID,