DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on MTL_INTERORG_PARAMETERS

Line 642: FROM mtl_interorg_parameters

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