DBA Data[Home] [Help]

APPS.CSTPLMWI dependencies on MTL_SYSTEM_ITEMS

Line 67: from mtl_system_items

63: where transaction_id = i_txn_id;
64:
65: select decode(inventory_asset_flag,'Y', 0, 1)
66: into l_exp_item_flag
67: from mtl_system_items
68: where inventory_item_id = i_inv_item_id
69: and organization_id = l_org_id;
70:
71: begin

Line 556: from mtl_system_items

552: where mmt.transaction_id = i_txn_id;
553:
554: select decode(inventory_asset_flag,'Y', 0, 1)
555: into l_exp_item_flag
556: from mtl_system_items
557: where inventory_item_id = l_item_id
558: and organization_id = l_org_id;
559:
560: -- clear the temp_relieved_value column