DBA Data[Home] [Help]

APPS.HZ_BES_BO_TRACKING_PVT dependencies on HZ_BUS_OBJ_DEFINITIONS

Line 28: FROM HZ_BUS_OBJ_DEFINITIONS

24:
25: -- cursor to identify if the given name is part of BOD or not.
26: CURSOR c_entity IS
27: SELECT distinct ENTITY_NAME
28: FROM HZ_BUS_OBJ_DEFINITIONS
29: WHERE entity_name = P_lkup_code;
30:
31: -- cursor to check if there exists a valid code in the system for a given lookup type.
32: CURSOR C_bo_code IS