DBA Data[Home] [Help]

APPS.HZ_BES_BO_TRACKING_PVT dependencies on AR_LOOKUPS

Line 34: FROM ar_lookups b

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
33: SELECT 1
34: FROM ar_lookups b
35: WHERE b.lookup_type = P_lkup_type
36: AND b.lookup_code = P_lkup_code;
37:
38: -- temporary variables