DBA Data[Home] [Help]

APPS.PAY_AU_RETRO_UPGRADE dependencies on HR_BALANCES

Line 836: hr_balances.ins_balance_feed(

832: IF g_debug THEN
833: hr_utility.trace('Create Seeded Balance Feed');
834: End if;
835: /* Creates balance feeds for the elements created by upgrade process */
836: hr_balances.ins_balance_feed(
837: p_option => 'INS_MANUAL_FEED',
838: p_input_value_id => l_input_value_id,
839: p_element_type_id => NULL,
840: p_primary_classification_id => NULL,

Line 865: hr_balances.ins_balance_feed(

861: IF g_debug THEN
862: hr_utility.trace('Create User Balance Feed FOR balance TYPE id: ' || csr_rec_bf.balance_type_id);
863: End if;
864:
865: hr_balances.ins_balance_feed(
866: p_option => 'INS_MANUAL_FEED',
867: p_input_value_id => l_input_value_id,
868: p_element_type_id => NULL,
869: p_primary_classification_id => NULL,