DBA Data[Home] [Help]

APPS.PAY_IE_LEGISLATIVE_ARCHIVE dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 2103: pay_report_format_mappings_f map

2099: --
2100: CURSOR csr_range_format_param is
2101: select par.parameter_value
2102: from pay_report_format_parameters par,
2103: pay_report_format_mappings_f map
2104: where map.report_format_mapping_id = par.report_format_mapping_id
2105: and map.report_type = 'IEPS'
2106: and map.report_format = 'IELDGEN'
2107: and map.report_qualifier = 'IE'