DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on HR_BALANCES

Line 1481: hr_balances.ins_balance_feed

1477: fetch feed_exists into l_exists;
1478: if feed_exists%notfound then
1479: close feed_exists;
1480: --
1481: hr_balances.ins_balance_feed
1482: (p_option => 'INS_PRIMARY_BALANCE_FEED'
1483: ,p_input_value_id => p_primary_bal_iv_id
1484: ,p_element_type_id => p_primary_bal_ele_id
1485: ,p_primary_classification_id => ''

Line 2056: hr_balances.ins_balance_feed('INS_PRIMARY_BAL_CLASS',

2052: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',7);
2053: end if;
2054: --
2055: -- CREATE BALANCE FEEDS
2056: hr_balances.ins_balance_feed('INS_PRIMARY_BAL_CLASS',
2057: NULL,
2058: NULL,
2059: v_classification_id,
2060: NULL,