DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on OKC_DELIVERABLE_WF_PVT

Line 1: PACKAGE BODY OKC_DELIVERABLE_WF_PVT AS

1: PACKAGE BODY OKC_DELIVERABLE_WF_PVT AS
2: /* $Header: OKCVDELWFB.pls 120.2 2006/05/12 09:49:43 sasethi noship $ */
3: ---------------------------------------------------------------------------
4: -- Procedures and Functions
5: ---------------------------------------------------------------------------

Line 1320: okc_deliverable_wf_pvt.deliverables_notifier(

1316: open del_cur;
1317: fetch del_cur into l_del_rec;
1318: close del_cur;
1319:
1320: okc_deliverable_wf_pvt.deliverables_notifier(
1321: p_api_version => 1.0,
1322: p_init_msg_list => FND_API.G_TRUE,
1323: p_deliverable_id => l_del_rec.deliverable_id,
1324: p_deliverable_name => l_del_rec.deliverable_name,

Line 1357: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'send_notification_bus_event',

1353: exception
1354:
1355: when others then
1356:
1357: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'send_notification_bus_event',
1358:
1359: p_event.getEventName( ),
1360: p_subscription_guid);
1361:

Line 1369: END OKC_DELIVERABLE_WF_PVT;

1365:
1366: end send_notification_bus_event;
1367:
1368:
1369: END OKC_DELIVERABLE_WF_PVT;