DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on MTL_INTERCOMPANY_PARAMETERS

Line 305: FROM mtl_intercompany_parameters

301:
302: IF (l_chart_of_accounts_id <> nvl(fb_flex_num, -1)) AND (l_ship_ou_id is NOT NULL) THEN
303: SELECT NVL(freight_code_combination_id, 0)
304: INTO v_order_type_cogs
305: FROM mtl_intercompany_parameters
306: WHERE ship_organization_id = l_ship_ou_id
307: AND sell_organization_id = to_number(ic_sell_oper_unit)
308: AND flow_type = 1;
309: END IF;