DBA Data[Home] [Help]

APPS.PAY_NL_IZA_UPLOAD dependencies on HR_GENERAL

Line 256: AND NVL(sv.date_to, Hr_general.End_Of_time);

252: AND inf.org_information_context = 'NL_BG_INFO'
253: AND inf.org_information1 IS NOT NULL
254: )
255: AND v_period_end_date BETWEEN sv.date_from
256: AND NVL(sv.date_to, Hr_general.End_Of_time);
257:
258:
259:
260:

Line 284: g_batch_header := hr_general.decode_lookup('HR_NL_REPORT_LABELS', 'IZA_BATCH_HEADER');

280: c_read_file := 'r';
281: c_max_linesize := 400;
282: c_data_exchange_dir := 'PER_DATA_EXCHANGE_DIR';
283:
284: g_batch_header := hr_general.decode_lookup('HR_NL_REPORT_LABELS', 'IZA_BATCH_HEADER');
285: g_batch_source := hr_general.decode_lookup('HR_NL_REPORT_LABELS', 'IZA_BATCH_SOURCE');
286:
287:
288: l_proc := g_package || 'iza_upload ';

Line 285: g_batch_source := hr_general.decode_lookup('HR_NL_REPORT_LABELS', 'IZA_BATCH_SOURCE');

281: c_max_linesize := 400;
282: c_data_exchange_dir := 'PER_DATA_EXCHANGE_DIR';
283:
284: g_batch_header := hr_general.decode_lookup('HR_NL_REPORT_LABELS', 'IZA_BATCH_HEADER');
285: g_batch_source := hr_general.decode_lookup('HR_NL_REPORT_LABELS', 'IZA_BATCH_SOURCE');
286:
287:
288: l_proc := g_package || 'iza_upload ';
289: l_line_read := NULL;