DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 2790: -- There names are stored in PAY_REPORT_FORMAT_MAPPINGS_F so that

2786: -- On Submitting payrec-PS reuqest first archival proceudres are called
2787:
2788: --------------------------------------------------------------------
2789: -- These are PUBLIC procedures are required by the Archive process.
2790: -- There names are stored in PAY_REPORT_FORMAT_MAPPINGS_F so that
2791: -- the archive process knows what code to execute for each step of
2792: -- the archive.
2793: --------------------------------------------------------------------
2794:

Line 2856: pay_report_format_mappings_f map

2852:
2853: CURSOR csr_range_format_param is
2854: select par.parameter_value
2855: from pay_report_format_parameters par,
2856: pay_report_format_mappings_f map
2857: where map.report_format_mapping_id = par.report_format_mapping_id
2858: and map.report_type = 'AU_REC_PS_ARCHIVE'
2859: and map.report_format = 'AU_REC_PS_ARCHIVE'
2860: and map.report_qualifier = 'AU'