DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY_MAGTAPE dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 53: pay_report_format_mappings_f map

49:
50: CURSOR csr_range_format_param is
51: select par.parameter_value
52: from pay_report_format_parameters par,
53: pay_report_format_mappings_f map
54: where map.report_format_mapping_id = par.report_format_mapping_id
55: and map.report_type in ('AU_PS_DATA_FILE','AU_PS_DATA_FILE_VAL')
56: and map.report_format in ('AU_PS_DATA_FILE','AU_PS_DATA_FILE_VAL')
57: and map.report_qualifier = 'AU'

Line 691: -- exist in pay_report_format_mappings_f, otherwise the archiver will

687: -----------------------------------------------------------------------+
688: -- This is used by legislation groups to set global contexts that are
689: -- required for the lifetime of the archiving process. This is null
690: -- because there are no setup requirements, but a procedure needs to
691: -- exist in pay_report_format_mappings_f, otherwise the archiver will
692: -- assume that no archival of data is required.
693: ------------------------------------------------------------------------+
694:
695: procedure initialization_code