DBA Data[Home] [Help]

APPS.JAI_AP_DTC_CANCELLATION_PKG dependencies on AP_UTILITIES_PKG

Line 83: Added org_id for passing it to ap_utilities_pkg

79: -------------------------------------------------------------------------------
80: -- Added by ChongLei for DTC Bug#13359892, End
81:
82: /* Bug 4559756. Added by Lakshmi Gopalsami
83: Added org_id for passing it to ap_utilities_pkg
84: */
85: cursor c_ap_invoices_all(p_invoice_id number) is
86: select invoice_id,
87: cancelled_date,

Line 483: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,

479: | so that the same will be passed for reversal line which will get
480: | created for cancellation.
481: */
482: --Check if the given date is in current open period
483: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,
484: P_Org_Id => r_ap_invoices_all.org_id);
485: if lv_open_period is null then
486:
487: lv_codepath := jai_general_pkg.plot_codepath(1.1, lv_codepath); /* 1.1 */

Line 489: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */

485: if lv_open_period is null then
486:
487: lv_codepath := jai_general_pkg.plot_codepath(1.1, lv_codepath); /* 1.1 */
488:
489: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */
490: p_period_name => lv_open_period, /* out Period */
491: p_gl_date => ld_out_accounting_date, /* out date */--Updated by Chong for ZX investigation 20120816
492: P_Org_Id => r_ap_invoices_all.org_id);
493:

Line 657: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,

653: | so that the same will be passed for reversal line which will get
654: | created for cancellation.
655: */
656: --Check if the given date is in current open period
657: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,
658: P_Org_Id => r_ap_invoices_all.org_id);
659:
660: if lv_open_period is null then
661:

Line 664: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */

660: if lv_open_period is null then
661:
662: lv_codepath := jai_general_pkg.plot_codepath(1.1, lv_codepath); /* 1.1 */
663:
664: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */
665: p_period_name => lv_open_period, /* out Period */
666: p_gl_date => ld_out_accounting_date, /* out date */ ----Updated by Chong for ZX investigation 20120816
667: P_Org_Id => r_ap_invoices_all.org_id);
668: