DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on CST_ITEM_COSTS

Line 1626: from cst_item_costs

1622: /* Exception block inserted for bug 1399079, (non costed items) */
1623: BEGIN
1624: select item_cost, -1
1625: into l_snd_txn_cost, l_from_layer_id
1626: from cst_item_costs
1627: where cost_type_id = l_cost_type_id
1628: and inventory_item_id = i_item_id
1629: /* and organization_id = l_from_org; : bugfix 3048258 */
1630: and organization_id = l_std_cost_org;