DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on OE_TRANSACTION_TYPES_ALL

Line 193: FROM oe_transaction_types_all

189: IF (ic_order_type_cogs IS NULL) THEN
190: BEGIN
191: SELECT NVL(cost_of_goods_sold_account, 0)
192: INTO v_order_type_cogs
193: FROM oe_transaction_types_all
194: WHERE transaction_type_id = TO_NUMBER(ic_order_type_id)
195: AND 1 = 1;
196:
197: print_debug('Found v_order_type_cogs: ' || v_order_type_cogs, l_function_name);