DBA Data[Home] [Help]

APPS.PAY_AU_RETRO_UPGRADE dependencies on HR_BALANCES

Line 683: hr_balances.ins_balance_feed(

679: IF g_debug THEN
680: hr_utility.trace('Create Seeded Balance Feed');
681: End if;
682: /* Creates balance feeds for the elements created by upgrade process */
683: hr_balances.ins_balance_feed(
684: p_option => 'INS_MANUAL_FEED',
685: p_input_value_id => l_input_value_id,
686: p_element_type_id => NULL,
687: p_primary_classification_id => NULL,

Line 712: hr_balances.ins_balance_feed(

708: IF g_debug THEN
709: hr_utility.trace('Create User Balance Feed FOR balance TYPE id: ' || csr_rec_bf.balance_type_id);
710: End if;
711:
712: hr_balances.ins_balance_feed(
713: p_option => 'INS_MANUAL_FEED',
714: p_input_value_id => l_input_value_id,
715: p_element_type_id => NULL,
716: p_primary_classification_id => NULL,