DBA Data[Home] [Help]

APPS.GMF_GET_TRANSFER_PRICE_PUB dependencies on MTL_INTERCOMPANY_PARAMETERS

Line 339: FROM mtl_intercompany_parameters

335: -- Also added flow_type to the query
336: --
337: SELECT 1
338: INTO l_exists
339: FROM mtl_intercompany_parameters
340: WHERE sell_organization_id = g_to_ou
341: AND ship_organization_id = g_from_ou
342: AND flow_type = 1
343: ;