DBA Data[Home] [Help]

APPS.PA_EVENT_CORE dependencies on PA_EVENT_PUB

Line 45: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

41: --this user defined exception will be handled in private body which shall again
42: --raise another user defined exception which will be handled in public body.
43: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
44: --only record the package name but also the procedure involved.
45: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
46: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PROJECT->';
47: Raise util_excp;--Raising exception to handled in public body.
48:
49: END CHECK_VALID_PROJECT;

Line 46: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PROJECT->';

42: --raise another user defined exception which will be handled in public body.
43: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
44: --only record the package name but also the procedure involved.
45: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
46: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PROJECT->';
47: Raise util_excp;--Raising exception to handled in public body.
48:
49: END CHECK_VALID_PROJECT;
50: --------------------------------------------------------------------------------------------------------------

Line 86: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

82: --this user defined exception will be handled in private body which shall again
83: --raise another user defined exception which will be handled in public body.
84: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
85: --only record the package name but also the procedure involved.
86: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
87: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_FUNDING->';
88: Raise util_excp;--Raising exception to handled in public body.
89:
90: END CHECK_FUNDING;

Line 87: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_FUNDING->';

83: --raise another user defined exception which will be handled in public body.
84: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
85: --only record the package name but also the procedure involved.
86: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
87: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_FUNDING->';
88: Raise util_excp;--Raising exception to handled in public body.
89:
90: END CHECK_FUNDING;
91: ---------------------------------------------------------------------------------------------------------

Line 140: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

136: --this user defined exception will be handled in private body which shall again
137: --raise another user defined exception which will be handled in public body.
138: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
139: --only record the package name but also the procedure involved.
140: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
141: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_TASK->';
142: Raise util_excp;--Raising exception to handled in public body.
143:
144:

Line 141: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_TASK->';

137: --raise another user defined exception which will be handled in public body.
138: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
139: --only record the package name but also the procedure involved.
140: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
141: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_TASK->';
142: Raise util_excp;--Raising exception to handled in public body.
143:
144:
145: END CHECK_VALID_TASK;

Line 215: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

211: --this user defined exception will be handled in private body which shall again
212: --raise another user defined exception which will be handled in public body.
213: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
214: --only record the package name but also the procedure involved.
215: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
216: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_NUM->';
217: Raise util_excp;--Raising exception to handled in public body.
218:
219:

Line 216: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_NUM->';

212: --raise another user defined exception which will be handled in public body.
213: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
214: --only record the package name but also the procedure involved.
215: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
216: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_NUM->';
217: Raise util_excp;--Raising exception to handled in public body.
218:
219:
220: END CHECK_VALID_EVENT_NUM;

Line 284: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

280: --this user defined exception will be handled in private body which shall again
281: --raise another user defined exception which will be handled in public body.
282: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
283: --only record the package name but also the procedure involved.
284: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
285: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_TYPE->';
286: Raise util_excp;--Raising exception to handled in public body.
287:
288:

Line 285: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_TYPE->';

281: --raise another user defined exception which will be handled in public body.
282: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
283: --only record the package name but also the procedure involved.
284: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
285: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_TYPE->';
286: Raise util_excp;--Raising exception to handled in public body.
287:
288:
289: END CHECK_VALID_EVENT_TYPE;

Line 328: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

324: --this user defined exception will be handled in private body which shall again
325: --raise another user defined exception which will be handled in public body.
326: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
327: --only record the package name but also the procedure involved.
328: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
329: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_ORG->';
330: Raise util_excp;--Raising exception to handled in public body.
331:
332:

Line 329: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_ORG->';

325: --raise another user defined exception which will be handled in public body.
326: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
327: --only record the package name but also the procedure involved.
328: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
329: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_ORG->';
330: Raise util_excp;--Raising exception to handled in public body.
331:
332:
333: END CHECK_VALID_EVENT_ORG;

Line 371: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

367: --this user defined exception will be handled in private body which shall again
368: --raise another user defined exception which will be handled in public body.
369: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
370: --only record the package name but also the procedure involved.
371: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
372: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_CURR->';
373: Raise util_excp;--Raising exception to handled in public body.
374:
375:

Line 372: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_CURR->';

368: --raise another user defined exception which will be handled in public body.
369: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
370: --only record the package name but also the procedure involved.
371: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
372: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_CURR->';
373: Raise util_excp;--Raising exception to handled in public body.
374:
375:
376: END CHECK_VALID_CURR;

Line 415: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

411: --this user defined exception will be handled in private body which shall again
412: --raise another user defined exception which will be handled in public body.
413: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
414: --only record the package name but also the procedure involved.
415: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
416: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_FUND_RATE_TYPE->';
417: Raise util_excp;--Raising exception to handled in public body.
418:
419:

Line 416: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_FUND_RATE_TYPE->';

412: --raise another user defined exception which will be handled in public body.
413: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
414: --only record the package name but also the procedure involved.
415: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
416: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_FUND_RATE_TYPE->';
417: Raise util_excp;--Raising exception to handled in public body.
418:
419:
420: END CHECK_VALID_FUND_RATE_TYPE;

Line 486: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

482: --this user defined exception will be handled in private body which shall again
483: --raise another user defined exception which will be handled in public body.
484: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
485: --only record the package name but also the procedure involved.
486: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
487: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PROJ_RATE_TYPE->';
488: Raise util_excp;--Raising exception to handled in public body.
489:
490:

Line 487: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PROJ_RATE_TYPE->';

483: --raise another user defined exception which will be handled in public body.
484: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
485: --only record the package name but also the procedure involved.
486: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
487: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PROJ_RATE_TYPE->';
488: Raise util_excp;--Raising exception to handled in public body.
489:
490:
491: END CHECK_VALID_PROJ_RATE_TYPE;

Line 552: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

548: --this user defined exception will be handled in private body which shall again
549: --raise another user defined exception which will be handled in public body.
550: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
551: --only record the package name but also the procedure involved.
552: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
553: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PFC_RATE_TYPE->';
554: Raise util_excp;--Raising exception to handled in public body.
555:
556:

Line 553: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PFC_RATE_TYPE->';

549: --raise another user defined exception which will be handled in public body.
550: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
551: --only record the package name but also the procedure involved.
552: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
553: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_PFC_RATE_TYPE->';
554: Raise util_excp;--Raising exception to handled in public body.
555:
556:
557: END CHECK_VALID_PFC_RATE_TYPE;

Line 585: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

581: --this user defined exception will be handled in private body which shall again
582: --raise another user defined exception which will be handled in public body.
583: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
584: --only record the package name but also the procedure involved.
585: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
586: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_BILL_AMT->';
587: Raise util_excp;--Raising exception to handled in public body.
588:
589:

Line 586: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_BILL_AMT->';

582: --raise another user defined exception which will be handled in public body.
583: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
584: --only record the package name but also the procedure involved.
585: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
586: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_BILL_AMT->';
587: Raise util_excp;--Raising exception to handled in public body.
588:
589:
590: END CHECK_VALID_BILL_AMT;

Line 619: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

615: --this user defined exception will be handled in private body which shall again
616: --raise another user defined exception which will be handled in public body.
617: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
618: --only record the package name but also the procedure involved.
619: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
620: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_REV_AMT->';
621: Raise util_excp;--Raising exception to handled in public body.
622:
623:

Line 620: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_REV_AMT->';

616: --raise another user defined exception which will be handled in public body.
617: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
618: --only record the package name but also the procedure involved.
619: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
620: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_REV_AMT->';
621: Raise util_excp;--Raising exception to handled in public body.
622:
623:
624: END CHECK_VALID_REV_AMT;

Line 761: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

757: --this user defined exception will be handled in private body which shall again
758: --raise another user defined exception which will be handled in public body.
759: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
760: --only record the package name but also the procedure involved.
761: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
762: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_EVENT_PROCESSED->';
763: Raise util_excp;--Raising exception to handled in public body.
764:
765:

Line 762: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_EVENT_PROCESSED->';

758: --raise another user defined exception which will be handled in public body.
759: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
760: --only record the package name but also the procedure involved.
761: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
762: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_EVENT_PROCESSED->';
763: Raise util_excp;--Raising exception to handled in public body.
764:
765:
766: END CHECK_EVENT_PROCESSED;

Line 809: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

805: --this user defined exception will be handled in private body which shall again
806: --raise another user defined exception which will be handled in public body.
807: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
808: --only record the package name but also the procedure involved.
809: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
810: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ORG->';
811: Raise util_excp;--Raising exception to handled in public body.
812:
813:

Line 810: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ORG->';

806: --raise another user defined exception which will be handled in public body.
807: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
808: --only record the package name but also the procedure involved.
809: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
810: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ORG->';
811: Raise util_excp;--Raising exception to handled in public body.
812:
813:
814: END CHECK_VALID_INV_ORG;

Line 851: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

847: --this user defined exception will be handled in private body which shall again
848: --raise another user defined exception which will be handled in public body.
849: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
850: --only record the package name but also the procedure involved.
851: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
852: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ITEM->';
853: Raise util_excp;--Raising exception to handled in public body.
854:
855:

Line 852: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ITEM->';

848: --raise another user defined exception which will be handled in public body.
849: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
850: --only record the package name but also the procedure involved.
851: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
852: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ITEM->';
853: Raise util_excp;--Raising exception to handled in public body.
854:
855:
856: END CHECK_VALID_INV_ITEM;

Line 1173: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

1169: --this user defined exception will be handled in private body which shall again
1170: --raise another user defined exception which will be handled in public body.
1171: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1172: --only record the package name but also the procedure involved.
1173: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1174: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_WRITE_OFF_AMT->';
1175: Raise util_excp;--Raising exception to handled in public body.
1176:
1177:

Line 1174: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_WRITE_OFF_AMT->';

1170: --raise another user defined exception which will be handled in public body.
1171: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1172: --only record the package name but also the procedure involved.
1173: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1174: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_WRITE_OFF_AMT->';
1175: Raise util_excp;--Raising exception to handled in public body.
1176:
1177:
1178: END CHECK_WRITE_OFF_AMT;

Line 1245: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

1241: --this user defined exception will be handled in private body which shall again
1242: --raise another user defined exception which will be handled in public body.
1243: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1244: --only record the package name but also the procedure involved.
1245: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1246: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_AGREEMENT->';
1247: Raise util_excp;--Raising exception to handled in public body.
1248:
1249:

Line 1246: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_AGREEMENT->';

1242: --raise another user defined exception which will be handled in public body.
1243: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1244: --only record the package name but also the procedure involved.
1245: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1246: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_AGREEMENT->';
1247: Raise util_excp;--Raising exception to handled in public body.
1248:
1249:
1250: END CHECK_VALID_AGREEMENT;

Line 1291: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

1287: --this user defined exception will be handled in private body which shall again
1288: --raise another user defined exception which will be handled in public body.
1289: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1290: --only record the package name but also the procedure involved.
1291: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1292: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_DATE->';
1293: Raise util_excp;--Raising exception to handled in public body.
1294:
1295:

Line 1292: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_DATE->';

1288: --raise another user defined exception which will be handled in public body.
1289: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1290: --only record the package name but also the procedure involved.
1291: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1292: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_DATE->';
1293: Raise util_excp;--Raising exception to handled in public body.
1294:
1295:
1296: END CHECK_VALID_EVENT_DATE;