DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on PAY_BALANCE_CLASSIFICATIONS

Line 1927: select pay_balance_classifications_s.nextval

1923: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',99);
1924: end if;
1925: --
1926: -- Get sequence for
1927: select pay_balance_classifications_s.nextval
1928: into v_balance_classification_id
1929: from sys.dual;
1930: --
1931: 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,