DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_UTILITY dependencies on FND_LOOKUP_VALUES

Line 964: from fnd_lookup_values

960: begin
961: /* first get the source based on the report */
962: select substr(lookup_code,instr(lookup_code,'-')+1)
963: into lv_source
964: from fnd_lookup_values
965: where lookup_code like pv_report_name || '%'
966: and lookup_type = 'JG_ZZ_VAT_REPORT_SOURCE'
967: and language = 'US';
968: exception