DBA Data[Home] [Help]

APPS.QPR_DEAL_ETL dependencies on QPR_LOOKUPS

Line 1399: from qpr_lookups where lookup_type = 'QPR_DEAL_EROSIONS'

1395: and erosion_type = 'ONINVOICE' and erosion_name = 'QPR_WHATIF';
1396:
1397: begin
1398: select meaning into l_er_name
1399: from qpr_lookups where lookup_type = 'QPR_DEAL_EROSIONS'
1400: and lookup_code = 'WHATIF' and rownum < 2;
1401: exception
1402: when no_data_found then
1403: l_er_name := 'What-If Analysis';