DBA Data[Home] [Help]

APPS.CSI_INV_ISO_PKG dependencies on MTL_SYSTEM_ITEMS_B

Line 131: FROM mtl_system_items_b

127: nvl(csi_utl_pkg.get_lot_ctrl_code(p_transaction_id),lot_control_code) lot_control_code,-- Added for bug#14835893
128: revision_qty_control_code,
129: location_control_code,
130: comms_nl_trackable_flag
131: FROM mtl_system_items_b
132: WHERE inventory_item_id = pc_item_id
133: AND organization_id = pc_org_id;
134:
135: r_item_control c_item_control%rowtype;

Line 2120: FROM mtl_system_items_b

2116: nvl(csi_utl_pkg.get_lot_ctrl_code(p_transaction_id),lot_control_code) lot_control_code,-- Added for bug#14835893
2117: revision_qty_control_code,
2118: location_control_code,
2119: comms_nl_trackable_flag
2120: FROM mtl_system_items_b
2121: WHERE inventory_item_id = pc_item_id
2122: AND organization_id = pc_org_id;
2123:
2124: r_item_control c_item_control%rowtype;

Line 4153: FROM mtl_system_items_b

4149: nvl(csi_utl_pkg.get_lot_ctrl_code(p_transaction_id),lot_control_code) lot_control_code,-- Added for bug#14835893
4150: revision_qty_control_code,
4151: location_control_code,
4152: comms_nl_trackable_flag
4153: FROM mtl_system_items_b
4154: WHERE inventory_item_id = pc_item_id
4155: AND organization_id = pc_org_id;
4156:
4157: r_item_control c_item_control%rowtype;