DBA Data[Home] [Help]

APPS.PAY_DEFINED_BALANCES_ARI dependencies on HRDYNDBI

Line 10: hrdyndbi.g_trigger_dfb_ari := true;

6: if hr_general.g_data_migrator_mode <> 'Y' then
7: --
8: -- set flag so new_defined_balance knows where it is being called from
9: --
10: hrdyndbi.g_trigger_dfb_ari := true;
11: --
12: -- create database item and other FF information for this balance
13: hr_utility.set_location('pay_defined_balances_ari',1);
14: hrdyndbi.new_defined_balance

Line 14: hrdyndbi.new_defined_balance

10: hrdyndbi.g_trigger_dfb_ari := true;
11: --
12: -- create database item and other FF information for this balance
13: hr_utility.set_location('pay_defined_balances_ari',1);
14: hrdyndbi.new_defined_balance
15: (p_defined_balance_id => :NEW.defined_balance_id,
16: p_balance_dimension_id => :NEW.balance_dimension_id,
17: p_balance_type_id => :NEW.balance_type_id,
18: p_business_group_id => :NEW.business_group_id,