DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

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

1570: -- On Submitting payrec-PS reuqest first archival proceudres are called
1571:
1572: --------------------------------------------------------------------
1573: -- These are PUBLIC procedures are required by the Archive process.
1574: -- There names are stored in PAY_REPORT_FORMAT_MAPPINGS_F so that
1575: -- the archive process knows what code to execute for each step of
1576: -- the archive.
1577: --------------------------------------------------------------------
1578:

Line 1640: pay_report_format_mappings_f map

1636:
1637: CURSOR csr_range_format_param is
1638: select par.parameter_value
1639: from pay_report_format_parameters par,
1640: pay_report_format_mappings_f map
1641: where map.report_format_mapping_id = par.report_format_mapping_id
1642: and map.report_type = 'AU_REC_PS_ARCHIVE'
1643: and map.report_format = 'AU_REC_PS_ARCHIVE'
1644: and map.report_qualifier = 'AU'