DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on HR_BALANCES

Line 1458: hr_balances.ins_balance_feed

1454: fetch feed_exists into l_exists;
1455: if feed_exists%notfound then
1456: close feed_exists;
1457: --
1458: hr_balances.ins_balance_feed
1459: (p_option => 'INS_PRIMARY_BALANCE_FEED'
1460: ,p_input_value_id => p_primary_bal_iv_id
1461: ,p_element_type_id => p_primary_bal_ele_id
1462: ,p_primary_classification_id => ''

Line 2033: hr_balances.ins_balance_feed('INS_PRIMARY_BAL_CLASS',

2029: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',7);
2030: end if;
2031: --
2032: -- CREATE BALANCE FEEDS
2033: hr_balances.ins_balance_feed('INS_PRIMARY_BAL_CLASS',
2034: NULL,
2035: NULL,
2036: v_classification_id,
2037: NULL,