DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on CSI_UTL_PKG

Line 611: nvl(csi_utl_pkg.get_lot_ctrl_code(p_transaction_id),lot_control_code) lot_control_code,-- Added for bug#14835893

607:
608: -- get item based attributes
609: SELECT serial_number_control_code,
610: -- lot_control_code,
611: nvl(csi_utl_pkg.get_lot_ctrl_code(p_transaction_id),lot_control_code) lot_control_code,-- Added for bug#14835893
612: location_control_code,
613: revision_qty_control_code,
614: comms_nl_trackable_flag,
615: shippable_item_flag,

Line 2468: csi_utl_pkg.make_non_header_tbl(

2464: RAISE fnd_api.g_exc_error;
2465: END IF;
2466:
2467: -- call get item instances here
2468: csi_utl_pkg.make_non_header_tbl(
2469: p_instance_header_tbl => l_instance_hdr_tbl,
2470: x_instance_tbl => x_instance_tbl,
2471: x_return_status => l_return_status);
2472:

Line 4756: l_bom_explode_flag := csi_utl_pkg.check_standard_bom

4752: l_csi_order_line_rec.inv_org_id := p_source_line_rec.organization_id;
4753: l_csi_order_line_rec.bom_item_type := l_item_attrib_rec.bom_item_type;
4754: l_csi_order_line_rec.item_type_code := p_source_line_rec.item_type_code;
4755: --
4756: l_bom_explode_flag := csi_utl_pkg.check_standard_bom
4757: (p_order_line_rec => l_csi_order_line_rec );
4758: END IF;
4759: END IF;
4760: