DBA Data[Home] [Help]

APPS.HR_ELEMENTS dependencies on HR_BALANCES

Line 907: hr_balances.ins_balance_feed('INS_PAY_PAY_VALUE',

903: HRASSACT.CHECK_LATEST_BALANCES := FALSE;
904: --
905: -- Create any balance feeds that may be required ie. for any balances which
906: -- are fed by the same classification as the element.
907: hr_balances.ins_balance_feed('INS_PAY_PAY_VALUE',
908: v_input_value_id,
909: NULL,
910: p_classification_id,
911: NULL,

Line 943: It will then call hr_balances.ins_balance_feed to create the balance feeds.

939: ins_sub_classification_rules
940: DESCRIPTION
941: This procedure will create a sub_classification_rule for each
942: sub_classification that has the create_by_default_flag set to 'Y',,
943: It will then call hr_balances.ins_balance_feed to create the balance feeds.
944: */
945: --
946: PROCEDURE ins_sub_classification_rules(
947: p_element_type_id in number,

Line 1058: hr_balances.ins_balance_feed

1054: end if;
1055: --
1056: -- Create balance feeds for this rule
1057: --
1058: hr_balances.ins_balance_feed
1059: ('INS_SUB_CLASS_RULE'
1060: ,NULL
1061: ,NULL
1062: ,NULL