DBA Data[Home] [Help]

APPS.PAY_IE_LEGISLATIVE_ARCHIVE dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 2400: pay_report_format_mappings_f map

2396: --
2397: CURSOR csr_range_format_param is
2398: select par.parameter_value
2399: from pay_report_format_parameters par,
2400: pay_report_format_mappings_f map
2401: where map.report_format_mapping_id = par.report_format_mapping_id
2402: and map.report_type = 'IEPS'
2403: and map.report_format = 'IELDGEN'
2404: and map.report_qualifier = 'IE'