DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_UTILITY dependencies on FND_LOOKUP_VALUES

Line 939: from fnd_lookup_values

935: begin
936: /* first get the source based on the report */
937: select substr(lookup_code,instr(lookup_code,'-')+1)
938: into lv_source
939: from fnd_lookup_values
940: where lookup_code like pv_report_name || '%'
941: and lookup_type = 'JG_ZZ_VAT_REPORT_SOURCE'
942: and language = 'US';
943: exception