DBA Data[Home] [Help]

APPS.INVPUPI2 dependencies on CS_LOOKUPS

Line 87: from cs_lookups

83: --3760498: Using below query instead of Get_Material_Billable_flag
84: CURSOR c_check_billable_flag(cp_lookup_type VARCHAR2
85: ,cp_lookup_code VARCHAR2) IS
86: select meaning
87: from cs_lookups
88: where lookup_type = cp_lookup_type
89: and lookup_code = cp_lookup_code
90: and enabled_flag = 'Y';
91: