DBA Data[Home] [Help]

APPS.M4U_GLOBAL_REGQRY dependencies on CLN_CH_COLLABORATION_PKG

Line 414: cln_ch_collaboration_pkg.update_collaboration(

410: cln_debug_pub.Add('FND Message - '|| l_fnd_msg ,1);
411: cln_debug_pub.Add('---------------------------------------' ,1);
412: END IF;
413:
414: cln_ch_collaboration_pkg.update_collaboration(
415: x_return_status => x_return_status,
416: x_msg_data => x_msg_data,
417: p_coll_id => p_gtin_query_id,
418: p_msg_text => l_fnd_msg,

Line 527: CLN_CH_COLLABORATION_PKG.ADD_COLLABORATION_MESSAGES(

523: IF (l_Debug_Level <= 1) THEN
524: cln_debug_pub.Add('----- Call to Add Collaboration Messages -----',1);
525: END IF;
526:
527: CLN_CH_COLLABORATION_PKG.ADD_COLLABORATION_MESSAGES(
528: x_return_status => x_return_status,
529: x_msg_data => x_msg_data,
530: p_dtl_coll_id => l_collab_detail_id,
531: p_ref1 => 'Item Measurements',