DBA Data[Home] [Help]

APPS.IEX_STRY_CUWF_PUB dependencies on IEX_STRY_CUWF_PUB

Line 1: PACKAGE BODY IEX_STRY_CUWF_PUB as

1: PACKAGE BODY IEX_STRY_CUWF_PUB as
2: /* $Header: iexpscwb.pls 120.4.12010000.2 2009/11/18 08:55:55 pnaveenk ship $ */
3: -- Start of Comments
4: -- Package name : IEX_STRY_CUWF_PUB
5: -- Purpose :

Line 4: -- Package name : IEX_STRY_CUWF_PUB

1: PACKAGE BODY IEX_STRY_CUWF_PUB as
2: /* $Header: iexpscwb.pls 120.4.12010000.2 2009/11/18 08:55:55 pnaveenk ship $ */
3: -- Start of Comments
4: -- Package name : IEX_STRY_CUWF_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(100):= 'IEX_STRY_CUWF_PUB ';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(100):= 'IEX_STRY_CUWF_PUB ';
11: G_FILE_NAME CONSTANT VARCHAR2(50) := 'iexpscwb.pls';
12:
13: /**Name AddInvalidArgMsg
14: **Appends to a message the api name, parameter name and parameter Value

Line 633: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,

629: -- IF PG_DEBUG < 10 THEN
630: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
631: iex_debug_pub.logmessage('wf_send_signal: ' || 'error message is ' || l_error);
632: END IF;
633: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,
634: itemkey,to_char(actid),funcmode,l_error);
635: raise;
636:
637: when others then

Line 639: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,

635: raise;
636:
637: when others then
638:
639: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,
640: itemkey,to_char(actid),funcmode);
641: raise;
642: end wf_send_signal;
643:

Line 693: wf_core.context('IEX_STRY_CUWF_PUB','wait_on_hold_signal',itemtype,

689: END IF;
690: exception
691: when others then
692: result := wf_engine.eng_completed ||':'||wf_no;
693: wf_core.context('IEX_STRY_CUWF_PUB','wait_on_hold_signal',itemtype,
694: itemkey,to_char(actid),funcmode);
695: raise;
696:
697: END wait_on_hold_signal;

Line 710: END IEX_STRY_CUWF_PUB ;

706: wf_yes := 'Y';
707: wf_no := 'N';
708: --end schekuri Bug#4506922 Date:02-Dec-2005
709:
710: END IEX_STRY_CUWF_PUB ;
711:
712: