DBA Data[Home] [Help]

APPS.IMC_THREE_SIXTY_QUERY_PKG dependencies on FND_LOOKUP_VALUES

Line 460: select count(*) into cnt from fnd_lookup_values where

456: end if;
457:
458: BEGIN
459: IF X_BE_CODE IS NOT NULL then
460: select count(*) into cnt from fnd_lookup_values where
461: lookup_type='IMC_TXN_BUSINESS_ENTITY'
462: and lookup_code = X_BE_CODE;
463: end if;
464: --dbms_output.put_line('count for lookup in load_row '||to_char(cnt));