DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_ITEM_INSTANCE_PVT

Line 5921: csi_item_instance_pvt.split_item_instance (

5917: ELSE
5918: l_quantity1 := l_quantity - l_splitqty;
5919: l_quantity2 := l_splitqty;
5920:
5921: csi_item_instance_pvt.split_item_instance (
5922: p_api_version => 1.0,
5923: p_commit => fnd_api.g_false,
5924: p_init_msg_list => fnd_api.g_true,
5925: p_validation_level => fnd_api.g_valid_level_full,

Line 5946: debug('Call to csi_item_instance_pvt.split_item_instance is not successful for Instance' ||

5942: THEN
5943: debug_out('Error Occured while splitting the Instance ' ||
5944: l_split_inst_num_tbl(inst_tab_row) ||
5945: '. Check request log for further details.');
5946: debug('Call to csi_item_instance_pvt.split_item_instance is not successful for Instance' ||
5947: l_split_inst_num_tbl(inst_tab_row) );
5948: l_msg_index := 1;
5949: l_Error_Message := l_Msg_Data;
5950: WHILE l_msg_count > 0 LOOP