DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_CZ_INT

Line 5307: l_config_tbl csi_cz_int.config_tbl;

5303: l_all_cps_tbl customer_products_tbl;
5304: l_single_cps_tbl customer_products_tbl;
5305: l_acp_ind binary_integer := 0;
5306: -- Added this for unlock_item_instances
5307: l_config_tbl csi_cz_int.config_tbl;
5308: l_cia_found varchar2(1);
5309:
5310: --Added variables for bug 10329599
5311: l_shippable_item_flag varchar2(1) := 'N';

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

7506: l_config_tbl(1).config_inst_rev_num := p_txn_line_detail_tbl(J).config_inst_rev_num;
7507: l_config_tbl(1).source_txn_header_ref := l_order_line_rec.header_id;
7508: l_config_tbl(1).source_txn_line_ref1 := l_order_line_rec.order_line_id;
7509: --
7510: debug('Calling csi_cz_int.unlock_item_instances...');
7511: csi_cz_int.unlock_item_instances(
7512: p_api_version => 1.0,
7513: p_init_msg_list => fnd_api.g_true,
7514: p_commit => fnd_api.g_false,

Line 7511: csi_cz_int.unlock_item_instances(

7507: l_config_tbl(1).source_txn_header_ref := l_order_line_rec.header_id;
7508: l_config_tbl(1).source_txn_line_ref1 := l_order_line_rec.order_line_id;
7509: --
7510: debug('Calling csi_cz_int.unlock_item_instances...');
7511: csi_cz_int.unlock_item_instances(
7512: p_api_version => 1.0,
7513: p_init_msg_list => fnd_api.g_true,
7514: p_commit => fnd_api.g_false,
7515: p_validation_level => fnd_api.g_valid_level_full,