DBA Data[Home] [Help]

APPS.PAY_NL_ATS_REPORT dependencies on PER_GB_XDO_TEMPLATES

Line 3221: DELETE FROM per_gb_xdo_templates

3217: FROM fnd_lobs
3218: WHERE file_id = p_file_id;
3219:
3220: -- the delete will ensure that the patch is rerunnable
3221: DELETE FROM per_gb_xdo_templates
3222: WHERE file_name = l_file_name AND
3223: effective_start_date = l_start_date AND
3224: effective_end_date = l_end_date;
3225:

Line 3226: INSERT INTO per_gb_xdo_templates

3222: WHERE file_name = l_file_name AND
3223: effective_start_date = l_start_date AND
3224: effective_end_date = l_end_date;
3225:
3226: INSERT INTO per_gb_xdo_templates
3227: (file_id,
3228: file_name,
3229: file_description,
3230: effective_start_date,