DBA Data[Home] [Help]

APPS.M4U_XML_GENPROCESS_OUT dependencies on CLN_CH_COLLABORATION_PKG

Line 345: cln_debug_pub.Add('----- Before call to - cln_ch_collaboration_pkg.create_collaboration -----',1);

341: cln_debug_pub.Add('----- ----------------------------- ----- ',1);
342: END IF;
343:
344: IF (l_Debug_Level <= 1) THEN
345: cln_debug_pub.Add('----- Before call to - cln_ch_collaboration_pkg.create_collaboration -----',1);
346: END IF;
347:
348: cln_ch_collaboration_pkg.create_collaboration (
349: x_return_status => l_return_status,

Line 348: cln_ch_collaboration_pkg.create_collaboration (

344: IF (l_Debug_Level <= 1) THEN
345: cln_debug_pub.Add('----- Before call to - cln_ch_collaboration_pkg.create_collaboration -----',1);
346: END IF;
347:
348: cln_ch_collaboration_pkg.create_collaboration (
349: x_return_status => l_return_status,
350: x_msg_data => l_msg_data,
351: p_app_id => m4u_ucc_utils.c_resp_appl_id,
352: p_ref_id => NULL,

Line 835: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION(

831: cln_debug_pub.Add('M4U_ERROR_FLAG - Y',1);
832: END IF;
833: END IF;
834:
835: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION(
836: x_return_status => l_return_status,
837: x_msg_data => l_msg_data,
838: p_coll_id => l_ecx_parameter1,
839: p_xmlg_transaction_type => l_xmlg_transaction_type,

Line 961: cln_ch_collaboration_pkg.add_collaboration_messages

957: END IF;
958: END IF;
959:
960:
961: cln_ch_collaboration_pkg.add_collaboration_messages
962: (
963: x_return_status => l_return_status,
964: x_msg_data => l_msg_data,
965: p_dtl_coll_id => l_coll_dtl_id,

Line 1328: cln_ch_collaboration_pkg.create_collaboration(

1324:
1325:
1326: /* create CLN collaboration and update the ego_uccnet_events with CLN-id*/
1327: /* this CLN-d will be used as command level identifier in the map */
1328: cln_ch_collaboration_pkg.create_collaboration(
1329: x_return_status => x_return_status,
1330: x_msg_data => x_msg_data,
1331: p_app_id => m4u_ucc_utils.c_resp_appl_id,
1332: p_ref_id => NULL,

Line 1660: cln_ch_collaboration_pkg.update_collaboration(

1656: --update message and add any error to Error information
1657: FOR rec_cln_ids IN c_clnidForBatch(l_ego_batch_id,l_ego_subbatch_id,l_cln_coll_type)
1658: LOOP
1659:
1660: cln_ch_collaboration_pkg.update_collaboration(
1661: x_return_status => x_return_status,
1662: x_msg_data => x_msg_data,
1663: p_coll_id => rec_cln_ids.collaboration_id,
1664: p_msg_text => l_fnd_msg_key,

Line 1745: cln_ch_collaboration_pkg.add_collaboration_messages

1741: cln_debug_pub.add('adding error detail to dtl_coll_id - ' || l_dtl_coll_id,1);
1742: cln_debug_pub.add('message - ' || l_wf_error_msg,1);
1743: END IF;
1744:
1745: cln_ch_collaboration_pkg.add_collaboration_messages
1746: (
1747: x_return_status => x_return_status,
1748: x_msg_data => x_msg_data,
1749: p_dtl_coll_id => l_dtl_coll_id,