DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on AP_UTILITIES_PKG

Line 45: (2) Fetched the same before calling ap_utilities_pkg

41: (2)Also raised exception if P_TOKEN is not null
42:
43: 5. 23-Aug-2005 Bug4559756. Added by Lakshmi Gopalsami version 120.3
44: (1) Added org_id in cursor c_ap_invoices_all
45: (2) Fetched the same before calling ap_utilities_pkg
46: and passed the same the package call.
47: To get the period name and date.
48:
49: 6. 22-nov-2005 Bug 47541213. Added by Lakshmi Gopalsami

Line 107: Added org_id for passing it to ap_utilities_pkg

103: from JAI_CMN_TAXES_ALL
104: where tax_id = p_tax_id;
105:
106: /* Bug 4559756. Added by Lakshmi Gopalsami
107: Added org_id for passing it to ap_utilities_pkg
108:
109: */
110: cursor c_ap_invoices_all(p_invoice_id number) is
111: select invoice_id,

Line 344: lv_open_period:= ap_utilities_pkg.get_current_gl_date

340: | so that the same will be passed for reversal line which will get
341: | created for cancellation.
342: */
343: --Check if the given date is in current open period
344: lv_open_period:= ap_utilities_pkg.get_current_gl_date
345: (P_Date => ld_accounting_date,
346: P_Org_Id => r_ap_invoices_all.org_id);
347:
348:

Line 353: ap_utilities_pkg.get_open_gl_date

349: if lv_open_period is null then
350:
351: lv_codepath := jai_general_pkg.plot_codepath(1.1, lv_codepath); /* 1.1 */
352:
353: ap_utilities_pkg.get_open_gl_date
354: (
355: p_date => ld_accounting_date, /* In date */
356: p_period_name => lv_open_period, /* out Period */
357: p_gl_date => ld_accounting_date, /* out date */

Line 505: lv_open_period:= ap_utilities_pkg.get_current_gl_date

501: | so that the same will be passed for reversal line which will get
502: | created for cancellation.
503: */
504: --Check if the given date is in current open period
505: lv_open_period:= ap_utilities_pkg.get_current_gl_date
506: (P_Date => ld_accounting_date,
507: P_Org_Id => r_ap_invoices_all.org_id);
508:
509:

Line 514: ap_utilities_pkg.get_open_gl_date

510: if lv_open_period is null then
511:
512: lv_codepath := jai_general_pkg.plot_codepath(1.1, lv_codepath); /* 1.1 */
513:
514: ap_utilities_pkg.get_open_gl_date
515: (
516: p_date => ld_accounting_date, /* In date */
517: p_period_name => lv_open_period, /* out Period */
518: p_gl_date => ld_accounting_date, /* out date */