DBA Data[Home] [Help]

APPS.HR_COST dependencies on PAY_RUN_RESULTS

Line 221: from pay_run_results

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

Line 268: from pay_run_results

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