DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on OE_TRANSACTION_TYPES_TL

Line 284: FROM oe_transaction_types_tl

280: AND fin_active_flag = 'Y';
281:
282: CURSOR Get_transaction_type(p_order_type_id NUMBER) IS
283: SELECT name
284: FROM oe_transaction_types_tl
285: WHERE transaction_type_id = p_order_type_id;
286:
287: CURSOR Def_Excise_Invoice_Cur(p_organization_id IN NUMBER, p_location_id IN NUMBER, p_fin_year IN NUMBER,
288: p_batch_name IN VARCHAR2, p_register_code IN VARCHAR2) IS