DBA Data[Home] [Help]

APPS.M4R_OM_CONF_PKG dependencies on CLN_CH_EVENT_SUBSCRIPTION_PKG

Line 335: l_return_tmp := CLN_CH_EVENT_SUBSCRIPTION_PKG.ADD_COLLABORATION_EVENT_SUB(p_subscription_guid,p_event);

331: END IF;
332: END IF;
333:
334: -- If the control reaches here, it mesans that collaboration history needs to be updated
335: l_return_tmp := CLN_CH_EVENT_SUBSCRIPTION_PKG.ADD_COLLABORATION_EVENT_SUB(p_subscription_guid,p_event);
336:
337: IF (l_Debug_Level <= 2) THEN
338: cln_debug_pub.Add('==========EXITING UPDATE_CH_OM_EVENT_SUB===========', 2);
339: END IF;