DBA Data[Home] [Help]

APPS.M4U_RESP_PROCESS dependencies on CLN_CH_COLLABORATION_PKG

Line 261: cln_ch_collaboration_pkg.update_collaboration(

257: IF (g_debug_Level <= 1) THEN
258: cln_debug_pub.add('updating collaboration history for cln_id - ' || p_cin_unique_id,1);
259: END IF;
260:
261: cln_ch_collaboration_pkg.update_collaboration(
262: x_return_status => x_return_status,
263: x_msg_data => x_msg_data,
264: p_coll_id => p_cin_unique_id,
265: p_msg_text => l_fnd_msg,

Line 470: cln_ch_collaboration_pkg.ADD_COLLABORATION_MESSAGES(

466: cln_debug_pub.add('updating collaboration history messages for cln_dtl_id - ' || p_collab_detail_id,1);
467: END IF;
468:
469:
470: cln_ch_collaboration_pkg.ADD_COLLABORATION_MESSAGES(
471: x_return_status => x_return_status,
472: x_msg_data => x_msg_data,
473: p_dtl_coll_id => p_collab_detail_id,
474: p_ref1 => p_cic_code,

Line 735: cln_ch_collaboration_pkg.update_collaboration(

731: IF (g_debug_Level <= 1) THEN
732: cln_debug_pub.add('updating collaboration history for cln_id - ' || p_rcir_command_unique_id,1);
733: END IF;
734:
735: cln_ch_collaboration_pkg.update_collaboration(
736: x_return_status => x_return_status,
737: x_msg_data => x_msg_data,
738: p_coll_id => p_rcir_command_unique_id,
739: p_msg_text => l_fnd_msg,

Line 1090: cln_ch_collaboration_pkg.update_collaboration(

1086: IF (g_debug_Level <= 1) THEN
1087: cln_debug_pub.add('updating collaboration history for cln_id - ' || p_wlq_message_id,1);
1088: END IF;
1089:
1090: cln_ch_collaboration_pkg.update_collaboration(
1091: x_return_status => x_return_status,
1092: x_msg_data => x_msg_data,
1093: p_coll_id => p_wlq_message_id,
1094: p_msg_text => l_fnd_msg,

Line 1297: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION

1293: IF (g_debug_Level <= 1) THEN
1294: cln_debug_pub.add('updating collaboration history for cln_id - ' || p_command_unique_id,1);
1295: END IF;
1296:
1297: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION
1298: (
1299: x_return_status => x_return_status,
1300: x_msg_data => x_msg_data,
1301: p_coll_id => p_command_unique_id,

Line 1555: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION

1551: IF (g_debug_Level <= 1) THEN
1552: cln_debug_pub.add('updating collaboration history for cln_id - ' || rec_cln_id.collaboration_id,1);
1553: END IF;
1554:
1555: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION
1556: (
1557: x_return_status => x_return_status,
1558: x_msg_data => x_msg_data,
1559: p_coll_id => rec_cln_id.collaboration_id ,

Line 1836: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION

1832: IF (g_debug_Level <= 1) THEN
1833: cln_debug_pub.add('updating collaboration history for cln_id - ' || p_command_unique_id,1);
1834: END IF;
1835:
1836: CLN_CH_COLLABORATION_PKG.UPDATE_COLLABORATION
1837: (
1838: x_return_status => x_return_status,
1839: x_msg_data => x_msg_data,
1840: p_coll_id => p_command_unique_id ,

Line 2033: cln_ch_collaboration_pkg.create_collaboration (

2029: IF (g_debug_Level <= 1) THEN
2030: cln_debug_pub.add('Calling Create Collaboration API',1);
2031: END IF;
2032:
2033: cln_ch_collaboration_pkg.create_collaboration (
2034: x_return_status => l_return_status,
2035: x_msg_data => l_msg_data,
2036: p_app_id => m4u_ucc_utils.c_resp_appl_id,
2037: p_ref_id => NULL,