DBA Data[Home] [Help]

APPS.GHR_LACS_REMARKS dependencies on HR_UTILITY

Line 90: hr_utility.set_location('Pay Table ID Bef Calc Pay Table'||g_pay_table_id,10);

86: p_pos_ei_data => l_pos_extra_info_rec);
87: g_pay_table_id := SUBSTR(ghr_pay_calc.get_user_table_name(
88: l_pos_extra_info_rec.poei_information5), 1, 4);
89: END IF;
90: hr_utility.set_location('Pay Table ID Bef Calc Pay Table'||g_pay_table_id,10);
91: -- Bug#4901888 Added the following IF condition to consider the Calculation
92: -- pay table to determine the LAC/Remarks.(using TO PAY TABLE ID
93: -- AS IT HOLDS THE CALC PAY TABLE ID).
94: IF g_requests_rec.to_pay_table_identifier IS NOT NULL THEN

Line 98: hr_utility.set_location('Pay Table ID Aft Calc Pay Table'||g_pay_table_id,50);

94: IF g_requests_rec.to_pay_table_identifier IS NOT NULL THEN
95: g_pay_table_id := SUBSTR(ghr_pay_calc.get_user_table_name(
96: g_requests_rec.to_pay_table_identifier), 1, 4);
97: END IF;
98: hr_utility.set_location('Pay Table ID Aft Calc Pay Table'||g_pay_table_id,50);
99: -- Bug#4901888 End
100: l_location := 'Apply_894_Rules:Fetch_Data:Fetching Extra Information';
101: -- Fetch GHR_US_POS_GRP2 information
102: ghr_history_fetch.fetch_positionei