DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on HR_BALANCES

Line 1456: hr_balances.ins_balance_feed

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

Line 2034: hr_balances.ins_balance_feed('INS_PRIMARY_BAL_CLASS',

2030: end if;
2031: --
2032: -- CREATE BALANCE FEEDS
2033: if v_secondary_class = 'N' then
2034: hr_balances.ins_balance_feed('INS_PRIMARY_BAL_CLASS',
2035: NULL,
2036: NULL,
2037: v_classification_id,
2038: NULL,