DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on MTL_INTERORG_PARAMETERS

Line 645: FROM mtl_interorg_parameters

641: l_stmt_num := 280;
642:
643: SELECT profit_in_inv_account
644: INTO l_acct
645: FROM mtl_interorg_parameters
646: WHERE from_organization_id = l_from_org
647: AND to_organization_id = l_to_org;
648:
649: if (l_acct is NULL) then