DBA Data[Home] [Help]

APPS.INV_INVSTMVT_XMLP_PKG dependencies on FND_LOOKUP_VALUES

Line 1506: FROM fnd_lookup_values

1502: AND rownum<2;
1503:
1504: SELECT meaning
1505: INTO cp_rep_option_cov
1506: FROM fnd_lookup_values
1507: WHERE lookup_type = 'INTRASTAT_REPORT_OPTION'
1508: AND lookup_code = p_report_option
1509: AND enabled_flag = 'Y'
1510: AND language = userenv('LANG')