DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on CST_ITEM_COSTS

Line 1692: from cst_item_costs

1688: /* Exception block inserted for bug 1399079, (non costed items) */
1689: BEGIN
1690: select item_cost, -1
1691: into l_snd_txn_cost, l_from_layer_id
1692: from cst_item_costs
1693: where cost_type_id = l_cost_type_id
1694: and inventory_item_id = i_item_id
1695: /* and organization_id = l_from_org; : bugfix 3048258 */
1696: and organization_id = l_std_cost_org;