DBA Data[Home] [Help]

APPS.PO_CORE_S3 dependencies on PO_LOG

Line 569: IF (PO_LOG.d_exc) THEN

565: END IF;
566: EXCEPTION
567: WHEN PO_CORE_S.g_early_return_exc THEN
568: IF (x_return_status = '-1') THEN
569: IF (PO_LOG.d_exc) THEN
570: PO_LOG.exc('PO_CORE_S3.get_fiscal_year_from_ccid', '000', x_return_msg);
571: END IF;
572: END IF;
573: RETURN null;

Line 570: PO_LOG.exc('PO_CORE_S3.get_fiscal_year_from_ccid', '000', x_return_msg);

566: EXCEPTION
567: WHEN PO_CORE_S.g_early_return_exc THEN
568: IF (x_return_status = '-1') THEN
569: IF (PO_LOG.d_exc) THEN
570: PO_LOG.exc('PO_CORE_S3.get_fiscal_year_from_ccid', '000', x_return_msg);
571: END IF;
572: END IF;
573: RETURN null;
574: END get_fiscal_year_from_ccid;

Line 607: IF (PO_LOG.d_exc) THEN

603: END IF;
604: EXCEPTION
605: WHEN PO_CORE_S.g_early_return_exc THEN
606: IF (x_return_status = '-1') THEN
607: IF (PO_LOG.d_exc) THEN
608: PO_LOG.exc('PO_CORE_S3.get_ccid_cancellation_date', '000', x_return_msg);
609: END IF;
610: END IF;
611: RETURN null;

Line 608: PO_LOG.exc('PO_CORE_S3.get_ccid_cancellation_date', '000', x_return_msg);

604: EXCEPTION
605: WHEN PO_CORE_S.g_early_return_exc THEN
606: IF (x_return_status = '-1') THEN
607: IF (PO_LOG.d_exc) THEN
608: PO_LOG.exc('PO_CORE_S3.get_ccid_cancellation_date', '000', x_return_msg);
609: END IF;
610: END IF;
611: RETURN null;
612: END get_ccid_cancellation_date;

Line 650: IF (PO_LOG.d_exc) THEN

646: EXCEPTION
647:
648: WHEN PO_CORE_S.g_early_return_exc THEN
649: IF (x_return_status = '-1') THEN
650: IF (PO_LOG.d_exc) THEN
651: PO_LOG.exc('PO_CORE_S3.is_non_annual_fund', '000', x_return_msg);
652: END IF;
653: END IF;
654: RETURN null;

Line 651: PO_LOG.exc('PO_CORE_S3.is_non_annual_fund', '000', x_return_msg);

647:
648: WHEN PO_CORE_S.g_early_return_exc THEN
649: IF (x_return_status = '-1') THEN
650: IF (PO_LOG.d_exc) THEN
651: PO_LOG.exc('PO_CORE_S3.is_non_annual_fund', '000', x_return_msg);
652: END IF;
653: END IF;
654: RETURN null;
655:

Line 684: IF (PO_LOG.d_exc) THEN

680:
681: EXCEPTION
682:
683: WHEN OTHERS THEN
684: IF (PO_LOG.d_exc) THEN
685: PO_LOG.exc('PO_CORE_S3.get_fiscal_year_end_date', '000', sqlerrm);
686: END IF;
687: RETURN NULL;
688:

Line 685: PO_LOG.exc('PO_CORE_S3.get_fiscal_year_end_date', '000', sqlerrm);

681: EXCEPTION
682:
683: WHEN OTHERS THEN
684: IF (PO_LOG.d_exc) THEN
685: PO_LOG.exc('PO_CORE_S3.get_fiscal_year_end_date', '000', sqlerrm);
686: END IF;
687: RETURN NULL;
688:
689: END get_fiscal_year;