DBA Data[Home] [Help]

APPS.IEX_TERR_PUB dependencies on WF_EVENT

Line 49: p_event in out NOCOPY wf_event_t)

45: **/
46:
47: FUNCTION party_check
48: ( p_subscription_guid in raw,
49: p_event in out NOCOPY wf_event_t)
50: return varchar2
51:
52: is
53: l_key varchar2(240) := p_event.GetEventKey();

Line 100: WF_EVENT.setErrorInfo(p_event, 'ERROR');

96: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
97: iex_debug_pub.logmessage ('party_check: ' || 'raised exe error');
98: END IF;
99: WF_CORE.CONTEXT('IEX_TERR_PUB', 'party_check', p_event.getEventName(), p_subscription_guid);
100: WF_EVENT.setErrorInfo(p_event, 'ERROR');
101: RETURN 'ERROR';
102: WHEN OTHERS THEN
103: logmessage ('exception others party_check: ' || 'EVENT NAME =>'||p_event.getEventName());
104: WF_CORE.CONTEXT('IEX_TERR_PUB', 'party_check', p_event.getEventName(), p_subscription_guid);

Line 105: WF_EVENT.setErrorInfo(p_event, 'ERROR');

101: RETURN 'ERROR';
102: WHEN OTHERS THEN
103: logmessage ('exception others party_check: ' || 'EVENT NAME =>'||p_event.getEventName());
104: WF_CORE.CONTEXT('IEX_TERR_PUB', 'party_check', p_event.getEventName(), p_subscription_guid);
105: WF_EVENT.setErrorInfo(p_event, 'ERROR');
106: RETURN 'ERROR';
107:
108: END party_check;
109:

Line 117: p_event in out NOCOPY wf_event_t)

113: * oracle.apps.ar.hz.PartySite.create
114: **/
115: FUNCTION partysite_check
116: ( p_subscription_guid in raw,
117: p_event in out NOCOPY wf_event_t)
118: return varchar2
119: is
120: l_key varchar2(240) := p_event.GetEventKey();
121: x_return_status VARCHAR2(10) ;

Line 154: WF_EVENT.setErrorInfo(p_event, 'ERROR');

150: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
151: iex_debug_pub.logmessage ('partysite_check: ' || 'raised exe error');
152: END IF;
153: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);
154: WF_EVENT.setErrorInfo(p_event, 'ERROR');
155: RETURN 'ERROR';
156: WHEN OTHERS THEN
157: logmessage ('exception others partysite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
158: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);

Line 159: WF_EVENT.setErrorInfo(p_event, 'ERROR');

155: RETURN 'ERROR';
156: WHEN OTHERS THEN
157: logmessage ('exception others partysite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
158: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);
159: WF_EVENT.setErrorInfo(p_event, 'ERROR');
160: RETURN 'ERROR';
161:
162:
163: END partysite_check;

Line 171: p_event in out NOCOPY wf_event_t)

167: * oracle.apps.ar.hz.PartySiteUse.create
168: **/
169: FUNCTION partysiteuse_check
170: ( p_subscription_guid in raw,
171: p_event in out NOCOPY wf_event_t)
172: return varchar2
173: is
174: l_key varchar2(240) := p_event.GetEventKey();
175: x_return_status VARCHAR2(10) ;

Line 211: WF_EVENT.setErrorInfo(p_event, 'ERROR');

207: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
208: iex_debug_pub.logmessage ('partysiteuse_check: ' || 'raised exe error');
209: END IF;
210: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysiteuse_check', p_event.getEventName(), p_subscription_guid);
211: WF_EVENT.setErrorInfo(p_event, 'ERROR');
212: RETURN 'ERROR';
213: WHEN OTHERS THEN
214: logmessage ('Exception Others partysiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
215: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);

Line 216: WF_EVENT.setErrorInfo(p_event, 'ERROR');

212: RETURN 'ERROR';
213: WHEN OTHERS THEN
214: logmessage ('Exception Others partysiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
215: WF_CORE.CONTEXT('IEX_TERR_PUB', 'partysite_check', p_event.getEventName(), p_subscription_guid);
216: WF_EVENT.setErrorInfo(p_event, 'ERROR');
217: RETURN 'ERROR';
218:
219:
220: END partysiteuse_check;

Line 228: p_event in out NOCOPY wf_event_t)

224: * oracle.apps.ar.hz.location.create
225: **/
226: FUNCTION location_check
227: ( p_subscription_guid in raw,
228: p_event in out NOCOPY wf_event_t)
229: return varchar2
230: is
231: l_key varchar2(240) := p_event.GetEventKey();
232: x_return_status VARCHAR2(10) ;

Line 267: WF_EVENT.setErrorInfo(p_event, 'ERROR');

263: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
264: iex_debug_pub.logmessage ('location_check: ' || 'raised exe error');
265: END IF;
266: WF_CORE.CONTEXT('IEX_TERR_PUB', 'location_check', p_event.getEventName(), p_subscription_guid);
267: WF_EVENT.setErrorInfo(p_event, 'ERROR');
268: RETURN 'ERROR';
269: WHEN OTHERS THEN
270: logmessage ('Exception Others location_check: ' || 'EVENT NAME =>'||p_event.getEventName());
271: WF_CORE.CONTEXT('IEX_TERR_PUB', 'location_check', p_event.getEventName(), p_subscription_guid);

Line 272: WF_EVENT.setErrorInfo(p_event, 'ERROR');

268: RETURN 'ERROR';
269: WHEN OTHERS THEN
270: logmessage ('Exception Others location_check: ' || 'EVENT NAME =>'||p_event.getEventName());
271: WF_CORE.CONTEXT('IEX_TERR_PUB', 'location_check', p_event.getEventName(), p_subscription_guid);
272: WF_EVENT.setErrorInfo(p_event, 'ERROR');
273: RETURN 'ERROR';
274:
275: END location_check;
276:

Line 282: p_event in out NOCOPY wf_event_t)

278: * oracle.apps.ar.hz.CustAccount.create
279: **/
280: FUNCTION account_check
281: ( p_subscription_guid in raw,
282: p_event in out NOCOPY wf_event_t)
283: return varchar2
284: is
285: l_key varchar2(240) := p_event.GetEventKey();
286: x_return_status VARCHAR2(10);

Line 491: WF_EVENT.setErrorInfo(p_event, 'ERROR');

487: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
488: iex_debug_pub.logmessage ('account_check: ' || 'raised exe error');
489: END IF;
490: WF_CORE.CONTEXT('IEX_TERR_PUB', 'account_check', p_event.getEventName(), p_subscription_guid);
491: WF_EVENT.setErrorInfo(p_event, 'ERROR');
492: RETURN 'ERROR';
493: WHEN OTHERS THEN
494: logmessage ('Exception Others account_check: ' || 'EVENT NAME =>'||p_event.getEventName());
495: WF_CORE.CONTEXT('IEX_TERR_PUB', 'account_check', p_event.getEventName(), p_subscription_guid);

Line 496: WF_EVENT.setErrorInfo(p_event, 'ERROR');

492: RETURN 'ERROR';
493: WHEN OTHERS THEN
494: logmessage ('Exception Others account_check: ' || 'EVENT NAME =>'||p_event.getEventName());
495: WF_CORE.CONTEXT('IEX_TERR_PUB', 'account_check', p_event.getEventName(), p_subscription_guid);
496: WF_EVENT.setErrorInfo(p_event, 'ERROR');
497: RETURN 'ERROR';
498:
499: END account_check;
500:

Line 506: p_event in out NOCOPY wf_event_t)

502: *
503: **/
504: FUNCTION profile_check
505: ( p_subscription_guid in raw,
506: p_event in out NOCOPY wf_event_t)
507: return varchar2
508: is
509: l_key varchar2(240) := p_event.GetEventKey();
510: x_return_status VARCHAR2(10):='S';

Line 572: WF_EVENT.setErrorInfo(p_event, 'ERROR');

568: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
569: iex_debug_pub.logmessage ('profile_check: ' || 'raised exe error');
570: END IF;
571: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profile_check', p_event.getEventName(), p_subscription_guid);
572: WF_EVENT.setErrorInfo(p_event, 'ERROR');
573: RETURN 'ERROR';
574: WHEN OTHERS THEN
575: logmessage ('exception others profile_check: ' || 'EVENT NAME =>'||p_event.getEventName());
576: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profile_check', p_event.getEventName(), p_subscription_guid);

Line 577: WF_EVENT.setErrorInfo(p_event, 'ERROR');

573: RETURN 'ERROR';
574: WHEN OTHERS THEN
575: logmessage ('exception others profile_check: ' || 'EVENT NAME =>'||p_event.getEventName());
576: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profile_check', p_event.getEventName(), p_subscription_guid);
577: WF_EVENT.setErrorInfo(p_event, 'ERROR');
578: RETURN 'ERROR';
579:
580:
581: END profile_check;

Line 588: p_event in out NOCOPY wf_event_t)

584: * oracle.apps.ar.hz.CustProfileAmt.create
585: **/
586: FUNCTION profileamt_check
587: ( p_subscription_guid in raw,
588: p_event in out NOCOPY wf_event_t)
589: return varchar2
590: is
591: l_key varchar2(240) := p_event.GetEventKey();
592: x_return_status VARCHAR2(10) ;

Line 630: WF_EVENT.setErrorInfo(p_event, 'ERROR');

626: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
627: iex_debug_pub.logmessage ('profileamt_check: ' || 'raised exe error');
628: END IF;
629: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profileamt_check', p_event.getEventName(), p_subscription_guid);
630: WF_EVENT.setErrorInfo(p_event, 'ERROR');
631: RETURN 'ERROR';
632: WHEN OTHERS THEN
633: logmessage ('exception others profileamt_check: ' || 'EVENT NAME =>'||p_event.getEventName());
634: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profileamt_check', p_event.getEventName(), p_subscription_guid);

Line 635: WF_EVENT.setErrorInfo(p_event, 'ERROR');

631: RETURN 'ERROR';
632: WHEN OTHERS THEN
633: logmessage ('exception others profileamt_check: ' || 'EVENT NAME =>'||p_event.getEventName());
634: WF_CORE.CONTEXT('IEX_TERR_PUB', 'profileamt_check', p_event.getEventName(), p_subscription_guid);
635: WF_EVENT.setErrorInfo(p_event, 'ERROR');
636: RETURN 'ERROR';
637:
638:
639: END profileamt_check;

Line 647: p_event in out NOCOPY wf_event_t)

643: * for CustAcctSite.create
644: **/
645: FUNCTION accountsite_check
646: ( p_subscription_guid in raw,
647: p_event in out NOCOPY wf_event_t)
648: return varchar2
649: is
650: l_key varchar2(240) := p_event.GetEventKey();
651: x_return_status VARCHAR2(10) ;

Line 685: WF_EVENT.setErrorInfo(p_event, 'ERROR');

681: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
682: iex_debug_pub.logmessage ('acctsite_check: ' || 'raised exe error');
683: END IF;
684: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsite_check', p_event.getEventName(), p_subscription_guid);
685: WF_EVENT.setErrorInfo(p_event, 'ERROR');
686: RETURN 'ERROR';
687: WHEN OTHERS THEN
688: logmessage ('Exception others acctsite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
689: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsite_check', p_event.getEventName(), p_subscription_guid);

Line 690: WF_EVENT.setErrorInfo(p_event, 'ERROR');

686: RETURN 'ERROR';
687: WHEN OTHERS THEN
688: logmessage ('Exception others acctsite_check: ' || 'EVENT NAME =>'||p_event.getEventName());
689: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsite_check', p_event.getEventName(), p_subscription_guid);
690: WF_EVENT.setErrorInfo(p_event, 'ERROR');
691: RETURN 'ERROR';
692:
693: END accountsite_check;
694:

Line 701: p_event in out NOCOPY wf_event_t)

697: * for oracle.apps.ar.hz.CustAcctSiteUse.create
698: **/
699: FUNCTION accountsiteuse_check
700: ( p_subscription_guid in raw,
701: p_event in out NOCOPY wf_event_t)
702: return varchar2
703: is
704: l_key varchar2(240) := p_event.GetEventKey();
705: x_return_status VARCHAR2(10);

Line 800: WF_EVENT.setErrorInfo(p_event, 'ERROR');

796: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
797: iex_debug_pub.logmessage ('acctsiteuse_check: ' || 'raised exe error');
798: END IF;
799: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsiteuse_check', p_event.getEventName(), p_subscription_guid);
800: WF_EVENT.setErrorInfo(p_event, 'ERROR');
801: RETURN 'ERROR';
802: WHEN OTHERS THEN
803: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
804: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsiteuse_check', p_event.getEventName(), p_subscription_guid);

Line 805: WF_EVENT.setErrorInfo(p_event, 'ERROR');

801: RETURN 'ERROR';
802: WHEN OTHERS THEN
803: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
804: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'acctsiteuse_check', p_event.getEventName(), p_subscription_guid);
805: WF_EVENT.setErrorInfo(p_event, 'ERROR');
806: RETURN 'ERROR';
807:
808: END accountsiteuse_check;
809:

Line 815: p_event in out NOCOPY wf_event_t)

811: * for oracle.apps.ar.hz.CustAcctSiteUse.create
812: **/
813: FUNCTION finprofile_check
814: ( p_subscription_guid in raw,
815: p_event in out NOCOPY wf_event_t)
816: return varchar2
817: is
818: l_key varchar2(240) := p_event.GetEventKey();
819: x_return_status VARCHAR2(10) ;

Line 860: WF_EVENT.setErrorInfo(p_event, 'ERROR');

856: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
857: iex_debug_pub.logmessage ('finprofile_check: ' || 'raised exe error');
858: END IF;
859: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'finprofile_check', p_event.getEventName(), p_subscription_guid);
860: WF_EVENT.setErrorInfo(p_event, 'ERROR');
861: RETURN 'ERROR';
862: WHEN OTHERS THEN
863: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
864: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'finprofile_check', p_event.getEventName(), p_subscription_guid);

Line 865: WF_EVENT.setErrorInfo(p_event, 'ERROR');

861: RETURN 'ERROR';
862: WHEN OTHERS THEN
863: logmessage ('Exception others acctsiteuse_check: ' || 'EVENT NAME =>'||p_event.getEventName());
864: WF_CORE.CONTEXT('IEX_STRY_UTL_PUB', 'finprofile_check', p_event.getEventName(), p_subscription_guid);
865: WF_EVENT.setErrorInfo(p_event, 'ERROR');
866: RETURN 'ERROR';
867:
868: END finprofile_check;
869: