DBA Data[Home] [Help]

APPS.PAY_NL_IZA_REPORT dependencies on PER_GB_XDO_TEMPLATES

Line 334: DELETE FROM per_gb_xdo_templates

330: FROM fnd_lobs
331: WHERE file_id = p_file_id;
332:
333: -- the delete will ensure that the patch is rerunnable
334: DELETE FROM per_gb_xdo_templates
335: WHERE file_name = l_file_name AND
336: effective_start_date = l_start_date AND
337: effective_end_date = l_end_date;
338:

Line 339: INSERT INTO per_gb_xdo_templates

335: WHERE file_name = l_file_name AND
336: effective_start_date = l_start_date AND
337: effective_end_date = l_end_date;
338:
339: INSERT INTO per_gb_xdo_templates
340: (file_id,
341: file_name,
342: file_description,
343: effective_start_date,