DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_MSG_MAPS_PVT dependencies on IBE_WF_NOTIF_MSG_MAPS_PVT

Line 1: package body IBE_WF_NOTIF_MSG_MAPS_PVT as

1: package body IBE_WF_NOTIF_MSG_MAPS_PVT as
2: /* $Header: IBEVWNMB.pls 120.2 2005/06/15 03:46:56 appldev $ */
3:
4: --g_debug boolean := TRUE;
5: g_debug boolean := FALSE;

Line 271: ibe_wf_notif_msg_maps_pvt.load_row(

267: if (P_UPLOAD_MODE = 'NLS')
268: then --{
269: null;
270: else
271: ibe_wf_notif_msg_maps_pvt.load_row(
272: p_notif_msg_map_id => P_NOTIF_MSG_MAP_ID,
273: p_notif_setup_id => P_NOTIF_SETUP_ID,
274: p_owner => P_OWNER,
275: p_notification_name => P_NOTIFICATION_NAME,

Line 804: end IBE_WF_NOTIF_MSG_MAPS_PVT;

800: x_msg_data := FND_MSG_PUB.GET(1, FND_API.G_FALSE);
801: end if;
802: ENd delete_wf_notif_msg_maps;
803:
804: end IBE_WF_NOTIF_MSG_MAPS_PVT;