DBA Data[Home] [Help]

APPS.IBE_ORDER_SAVE_PVT dependencies on OE_TRANSACTION_TYPES_ALL

Line 396: select default_inbound_line_type_id from oe_transaction_types_all

392: )
393: IS
394:
395: cursor c_linetypeinfo(header_typeid number) is
396: select default_inbound_line_type_id from oe_transaction_types_all
397: where transaction_type_id = header_typeid;
398:
399: l_linetypeinfo c_linetypeinfo%rowtype;
400: