DBA Data[Home] [Help]

APPS.HR_COST dependencies on PAY_RUN_RESULTS

Line 222: from pay_run_results

218: if l_cost_date_paid is not null and l_cost_date_paid = 'N' then
219:
220: select end_date
221: into l_end_date
222: from pay_run_results
223: where source_id = p_source_id;
224:
225: if l_end_date is not null then
226: res_date := l_end_date;

Line 269: from pay_run_results

265: if l_cost_date_paid is not null and l_cost_date_paid = 'N' then
266:
267: select end_date
268: into l_end_date
269: from pay_run_results
270: where source_id = p_source_id;
271:
272: if l_end_date is not null then
273: res_date := l_end_date;