DBA Data[Home] [Help]

APPS.GMF_GET_TRANSFER_PRICE_PUB dependencies on MTL_INTERCOMPANY_PARAMETERS

Line 398: FROM mtl_intercompany_parameters

394: -- Also added flow_type to the query
395: --
396: SELECT 1
397: INTO l_exists
398: FROM mtl_intercompany_parameters
399: WHERE sell_organization_id = g_to_ou
400: AND ship_organization_id = g_from_ou
401: AND flow_type = 1
402: ;