DBA Data[Home] [Help]

APPS.JAI_AP_TDS_OLD_PKG dependencies on AP_UTILITIES_PKG

Line 279: Using ap_utilities_pkg procedures get_current_gl_date and get_open_gl_date.

275: 5. 05-nov-2002 Aparajita for bug # 2586784
276: While generating the negative distribution line, checking for open/close accounting
277: period for accounting date.
278:
279: Using ap_utilities_pkg procedures get_current_gl_date and get_open_gl_date.
280:
281: 6. 26-MAR-2003 Vijay Shankar for Bug# 2869481, FileVersion# 615.4
282: when an invoice is cancelled, then related TDS invoices also gets cancelled. upon cancelling the tds invoice,
283: ap_invoice_payments_all should get updated

Line 380: Passed org_id in call to ap_utilities_pkg to get the correct gl_date and period_name

376: 21. 02/05/2005 Ramananda for bug# 4407184 File Version: 116.6
377: Re-done: SQL Bind Varibale Compliance
378:
379: 22. 23-Aug-2005 Bug 4559756. Added by Lakshmi Gopalsami version 120.2
380: Passed org_id in call to ap_utilities_pkg to get the correct gl_date and period_name
381:
382:
383: --------------------------------------------------------------------------------------------*/
384:

Line 504: Passed org_id to ap_utilities_pkg

500:
501: -- start added by Aparajita on 05/11/2002 for bug # 2586784
502:
503: /* Bug 4559756. Added by Lakshmi Gopalsami
504: Passed org_id to ap_utilities_pkg
505: */
506:
507: v_open_period := ap_utilities_pkg.get_current_gl_date(
508: for_distribution_insertion_rec.accounting_date,

Line 507: v_open_period := ap_utilities_pkg.get_current_gl_date(

503: /* Bug 4559756. Added by Lakshmi Gopalsami
504: Passed org_id to ap_utilities_pkg
505: */
506:
507: v_open_period := ap_utilities_pkg.get_current_gl_date(
508: for_distribution_insertion_rec.accounting_date,
509: cancelled_invoices_rec.org_id);
510:
511: /* Bug 4559756. Added by Lakshmi Gopalsami

Line 512: Passed org_id to ap_utilities_pkg

508: for_distribution_insertion_rec.accounting_date,
509: cancelled_invoices_rec.org_id);
510:
511: /* Bug 4559756. Added by Lakshmi Gopalsami
512: Passed org_id to ap_utilities_pkg
513: */
514:
515: if v_open_period is null then
516:

Line 517: ap_utilities_pkg.get_open_gl_date

513: */
514:
515: if v_open_period is null then
516:
517: ap_utilities_pkg.get_open_gl_date
518: (
519: for_distribution_insertion_rec.accounting_date,
520: v_open_period,
521: v_open_gl_date,