DBA Data[Home] [Help]

APPS.JL_ZZ_AP_AWT_DEFAULT_PKG dependencies on XLE_ENTITY_PROFILES

Line 287: Cursor Company_Awt_Types (PC_Legal_Entity_ID xle_entity_profiles.legal_entity_id%TYPE)

283: FUNCTION Company_Agent (P_Awt_Type_Code jl_zz_ap_awt_types.awt_type_code%TYPE,
284: P_Invoice_Id ap_invoices_all.invoice_id%TYPE)
285: return boolean is
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

Line 302: l_legal_entity_id xle_entity_profiles.legal_entity_id%TYPE;

298: WHERE invoice_id = P_Invoice_ID;
299:
300: find_type boolean;
301: -- v_location hr_locations_all.location_id%TYPE;
302: l_legal_entity_id xle_entity_profiles.legal_entity_id%TYPE;
303:
304: BEGIN
305: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL ) THEN
306: FND_LOG.STRING(G_LEVEL_PROCEDURE, 'JL.plsql.JL_ZZ_AP_AWT_DEFAULT_PKG.Company_Agent','Start FUNCTION Company_Agent');