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 741: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';

737: --this user defined exception will be handled in private body which shall again
738: --raise another user defined exception which will be handled in public body.
739: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
740: --only record the package name but also the procedure involved.
741: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
742: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_EVENT_PROCESSED->';
743: Raise util_excp;--Raising exception to handled in public body.
744:
745:

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

738: --raise another user defined exception which will be handled in public body.
739: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
740: --only record the package name but also the procedure involved.
741: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
742: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_EVENT_PROCESSED->';
743: Raise util_excp;--Raising exception to handled in public body.
744:
745:
746: END CHECK_EVENT_PROCESSED;

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

785: --this user defined exception will be handled in private body which shall again
786: --raise another user defined exception which will be handled in public body.
787: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
788: --only record the package name but also the procedure involved.
789: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
790: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ORG->';
791: Raise util_excp;--Raising exception to handled in public body.
792:
793:

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

786: --raise another user defined exception which will be handled in public body.
787: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
788: --only record the package name but also the procedure involved.
789: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
790: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ORG->';
791: Raise util_excp;--Raising exception to handled in public body.
792:
793:
794: END CHECK_VALID_INV_ORG;

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

827: --this user defined exception will be handled in private body which shall again
828: --raise another user defined exception which will be handled in public body.
829: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
830: --only record the package name but also the procedure involved.
831: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
832: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ITEM->';
833: Raise util_excp;--Raising exception to handled in public body.
834:
835:

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

828: --raise another user defined exception which will be handled in public body.
829: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
830: --only record the package name but also the procedure involved.
831: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
832: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_INV_ITEM->';
833: Raise util_excp;--Raising exception to handled in public body.
834:
835:
836: END CHECK_VALID_INV_ITEM;

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

1148: --this user defined exception will be handled in private body which shall again
1149: --raise another user defined exception which will be handled in public body.
1150: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1151: --only record the package name but also the procedure involved.
1152: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1153: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_WRITE_OFF_AMT->';
1154: Raise util_excp;--Raising exception to handled in public body.
1155:
1156:

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

1149: --raise another user defined exception which will be handled in public body.
1150: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1151: --only record the package name but also the procedure involved.
1152: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1153: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_WRITE_OFF_AMT->';
1154: Raise util_excp;--Raising exception to handled in public body.
1155:
1156:
1157: END CHECK_WRITE_OFF_AMT;

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

1220: --this user defined exception will be handled in private body which shall again
1221: --raise another user defined exception which will be handled in public body.
1222: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1223: --only record the package name but also the procedure involved.
1224: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1225: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_AGREEMENT->';
1226: Raise util_excp;--Raising exception to handled in public body.
1227:
1228:

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

1221: --raise another user defined exception which will be handled in public body.
1222: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1223: --only record the package name but also the procedure involved.
1224: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1225: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_AGREEMENT->';
1226: Raise util_excp;--Raising exception to handled in public body.
1227:
1228:
1229: END CHECK_VALID_AGREEMENT;

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

1266: --this user defined exception will be handled in private body which shall again
1267: --raise another user defined exception which will be handled in public body.
1268: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1269: --only record the package name but also the procedure involved.
1270: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1271: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_DATE->';
1272: Raise util_excp;--Raising exception to handled in public body.
1273:
1274:

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

1267: --raise another user defined exception which will be handled in public body.
1268: --At each of these places like CORE,PRIVATE and PUBLIC packages we shall not
1269: --only record the package name but also the procedure involved.
1270: PA_EVENT_PUB.PACKAGE_NAME:=PA_EVENT_PUB.PACKAGE_NAME||'CORE->';
1271: PA_EVENT_PUB.procedure_name := PA_EVENT_PUB.procedure_name ||'CHECK_VALID_EVENT_DATE->';
1272: Raise util_excp;--Raising exception to handled in public body.
1273:
1274:
1275: END CHECK_VALID_EVENT_DATE;