DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_CUSTOM_FUNDS_PKG

Line 569: PO_CUSTOM_FUNDS_PKG.gl_date(x_gl_date, x_gl_period);

565: GL_PS.period_num ASC,
566: GL_PS.quarter_num ASC)
567: where ROWNUM = 1;
568: -- Call custom hook to get the Ct's preferred GL Date.
569: PO_CUSTOM_FUNDS_PKG.gl_date(x_gl_date, x_gl_period);
570:
571: IF po_log.d_proc THEN
572: PO_LOG.proc_begin(l_log_head, 'x_gl_date', x_gl_date);
573: PO_LOG.proc_begin(l_log_head, 'x_gl_period', x_gl_period);

Line 577: PO_CUSTOM_FUNDS_PKG.gl_date(x_gl_date, x_gl_period);

573: PO_LOG.proc_begin(l_log_head, 'x_gl_period', x_gl_period);
574: END IF;
575:
576: -- Call custom hook to get the Ct's preferred GL Date.
577: PO_CUSTOM_FUNDS_PKG.gl_date(x_gl_date, x_gl_period);
578: exception
579: when no_data_found then
580: -- No Data found means there exists no Earliest Open Period date,
581: -- which falls in near Future period.

Line 617: PO_CUSTOM_FUNDS_PKG.gl_date(x_gl_date, x_gl_period);

613: GL_PS.period_num desc,
614: GL_PS.quarter_num DESC)
615: where ROWNUM = 1;
616: -- Call custom hook to get the Ct's preferred GL Date.
617: PO_CUSTOM_FUNDS_PKG.gl_date(x_gl_date, x_gl_period);
618:
619: IF po_log.d_proc THEN
620: PO_LOG.proc_begin(l_log_head, 'x_gl_date', x_gl_date);
621: PO_LOG.proc_begin(l_log_head,