DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on GL_CODE_COMBINATIONS

Line 978: FROM gl_code_combinations

974: null, /* l_unit_price * p_transaction_detail_qty */
975: l_rsv_tbl(I).lpn_id, -- added for bug 6313351
976: l_line_rec.project_id,
977: l_line_rec.task_id
978: FROM gl_code_combinations
979: WHERE code_combination_id = l_trans_acc;
980:
981: SELECT mtl_material_transactions_s.nextval
982: INTO l_transaction_interface_id

Line 1424: FROM gl_code_combinations

1420: null, /* l_budget_acct_id */
1421: null, /* l_unit_price * p_transaction_detail_qty */
1422: l_line_rec.project_id,
1423: l_line_rec.task_id
1424: FROM gl_code_combinations
1425: WHERE code_combination_id = l_trans_acc;
1426:
1427: IF l_debug_level > 0 THEN
1428: oe_debug_pub.add( 'INV IFACE: FINISH INSERTING - 2 , CALLING UPDATE_FLOW_STATUS_CODE' , 1 ) ;