DBA Data[Home] [Help]

APPS.JL_ZZ_AP_AWT_DEFAULT_PKG dependencies on JL_ZZ_AP_COMP_AWT_TYPES

Line 290: FROM jl_zz_ap_comp_awt_types

286:
287: Cursor Company_Awt_Types (PC_Legal_Entity_ID xle_entity_profiles.legal_entity_id%TYPE)
288: IS
289: SELECT awt_type_code
290: FROM jl_zz_ap_comp_awt_types
291: WHERE legal_entity_id = PC_Legal_Entity_ID
292: --location_id = PC_Location_ID
293: AND wh_agent_flag = 'Y';
294: