DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on OE_TRANSACTION_TYPES_TL

Line 279: FROM oe_transaction_types_tl

275: AND fin_active_flag = 'Y';
276:
277: CURSOR Get_transaction_type(p_order_type_id NUMBER) IS
278: SELECT name
279: FROM oe_transaction_types_tl
280: WHERE transaction_type_id = p_order_type_id;
281:
282: CURSOR Def_Excise_Invoice_Cur(p_organization_id IN NUMBER, p_location_id IN NUMBER, p_fin_year IN NUMBER,
283: p_batch_name IN VARCHAR2, p_register_code IN VARCHAR2) IS