DBA Data[Home] [Help]

APPS.INV_INVSTMVT_XMLP_PKG dependencies on FND_LOOKUP_VALUES

Line 1500: FROM fnd_lookup_values

1496: AND rownum<2;
1497:
1498: SELECT meaning
1499: INTO cp_rep_option_cov
1500: FROM fnd_lookup_values
1501: WHERE lookup_type = 'INTRASTAT_REPORT_OPTION'
1502: AND lookup_code = p_report_option
1503: AND enabled_flag = 'Y'
1504: AND language = userenv('LANG')