DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_CZ_INT

Line 5107: l_config_tbl csi_cz_int.config_tbl;

5103: l_all_cps_tbl customer_products_tbl;
5104: l_single_cps_tbl customer_products_tbl;
5105: l_acp_ind binary_integer := 0;
5106: -- Added this for unlock_item_instances
5107: l_config_tbl csi_cz_int.config_tbl;
5108: l_cia_found varchar2(1);
5109:
5110: BEGIN
5111:

Line 7191: debug('Calling csi_cz_int.unlock_item_instances...');

7187: l_config_tbl(1).config_inst_rev_num := p_txn_line_detail_tbl(J).config_inst_rev_num;
7188: l_config_tbl(1).source_txn_header_ref := l_order_line_rec.header_id;
7189: l_config_tbl(1).source_txn_line_ref1 := l_order_line_rec.order_line_id;
7190: --
7191: debug('Calling csi_cz_int.unlock_item_instances...');
7192: csi_cz_int.unlock_item_instances(
7193: p_api_version => 1.0,
7194: p_init_msg_list => fnd_api.g_true,
7195: p_commit => fnd_api.g_false,

Line 7192: csi_cz_int.unlock_item_instances(

7188: l_config_tbl(1).source_txn_header_ref := l_order_line_rec.header_id;
7189: l_config_tbl(1).source_txn_line_ref1 := l_order_line_rec.order_line_id;
7190: --
7191: debug('Calling csi_cz_int.unlock_item_instances...');
7192: csi_cz_int.unlock_item_instances(
7193: p_api_version => 1.0,
7194: p_init_msg_list => fnd_api.g_true,
7195: p_commit => fnd_api.g_false,
7196: p_validation_level => fnd_api.g_valid_level_full,