DBA Data[Home] [Help]

APPS.JAI_ETCS_PKG dependencies on JA_LOOKUPS

Line 3506: from ja_lookups lkup

3502: /*Bug 10238421 - End*/
3503:
3504: IF v_ministry_name = '99' THEN
3505: select meaning into v_ministry_name_other
3506: from ja_lookups lkup
3507: where lkup.lookup_type = 'JAI_MIN_NAME_VALUES'
3508: and lkup.lookup_code = '99';
3509: else
3510: v_ministry_name_other := NULL;