DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_T1 dependencies on PAY_CORE_UTILS

Line 54: pay_core_utils.g_business_group_id := :new.business_group_id;

50: -- as 'Y' if costing type is distributed.
51: --
52: if :old.costable_type in ('C','F','D') and :new.costable_type = 'N' then
53: --
54: pay_core_utils.g_business_group_id := :new.business_group_id;
55: update pay_link_input_values_f
56: set costed_flag = 'N'
57: where costed_flag = 'Y'
58: and element_link_id = :new.element_link_id;

Line 83: pay_core_utils.g_business_group_id := :new.business_group_id;

79: close csr_effective_date;
80: --
81: -- Set global BG so DYnamic Trigger on child input_vals
82: -- has access to BG and wont fire sql on this changing record
83: pay_core_utils.g_business_group_id := :new.business_group_id;
84:
85: --
86: update pay_link_input_values_f LIV
87: set liv.costed_flag = 'Y'