DBA Data[Home] [Help]

APPS.PAY_US_SQWL_MISC dependencies on HR_UTILITY

Line 52: hr_utility.trace('opened c_old_month3 for month 3');

48: and fue.user_entity_name = 'A_SIT_GROSS_PER_JD_GRE_MON_3';
49:
50:
51: BEGIN
52: hr_utility.trace('opened c_old_month3 for month 3');
53:
54: open c_old_month3(p_asact_ctx_id);
55:
56: fetch c_old_month3 into lv_value;

Line 91: hr_utility.trace('opened c_old_month2 for month 2');

87: and fue.user_entity_name = 'A_SIT_GROSS_PER_JD_GRE_MON_2';
88:
89:
90: BEGIN
91: hr_utility.trace('opened c_old_month2 for month 2');
92:
93: open c_old_month2(p_asact_ctx_id);
94:
95: fetch c_old_month2 into lv_value;

Line 130: hr_utility.trace('opened c_old_month1 for month 1');

126: and fue.user_entity_name = 'A_SIT_GROSS_PER_JD_GRE_MON_1';
127:
128:
129: BEGIN
130: hr_utility.trace('opened c_old_month1 for month 1');
131:
132: open c_old_month1(p_asact_ctx_id);
133:
134: fetch c_old_month1 into lv_value;