DBA Data[Home] [Help]

APPS.PAY_NL_ATS_REPORT dependencies on PER_GB_XDO_TEMPLATES

Line 3283: DELETE FROM per_gb_xdo_templates

3279: FROM fnd_lobs
3280: WHERE file_id = p_file_id;
3281:
3282: -- the delete will ensure that the patch is rerunnable
3283: DELETE FROM per_gb_xdo_templates
3284: WHERE file_name = l_file_name AND
3285: effective_start_date = l_start_date AND
3286: effective_end_date = l_end_date;
3287:

Line 3288: INSERT INTO per_gb_xdo_templates

3284: WHERE file_name = l_file_name AND
3285: effective_start_date = l_start_date AND
3286: effective_end_date = l_end_date;
3287:
3288: INSERT INTO per_gb_xdo_templates
3289: (file_id,
3290: file_name,
3291: file_description,
3292: effective_start_date,