DBA Data[Home] [Help]

APPS.JAI_AP_TDS_GENERATION_PKG dependencies on AP_UTILITIES_PKG

Line 125: Added org_id in call to ap_utilities_pkg to get the correct gl_date and period_name.

121: 1) While inserting into table ja_in_ap_tds_invoices, value of column - invoice_amount is changed
122: 2) Calculation for the new added variable - ln_invoice_amount is done
123:
124: 17. 23-Aug-2005 Bug 4559756. Added by Lakshmi Gopalsami Version 120.7
125: Added org_id in call to ap_utilities_pkg to get the correct gl_date and period_name.
126:
127: 18. 02-Sep-2005 Ramananda for Bug#4584221, File Version 120.8
128: Made the following changes -
129: 1) Before submitting the request - APXIIMPT,

Line 1499: Added org_id to ap_utilities_pkg

1495:
1496: /* Check if the given date is in current open period */
1497:
1498: /* Bug 4559756. Added by Lakshmi Gopalsami
1499: Added org_id to ap_utilities_pkg
1500: */
1501: lv_open_period:= ap_utilities_pkg.get_current_gl_date
1502: (pd_accounting_date,
1503: r_ap_invoices_all.org_id

Line 1501: lv_open_period:= ap_utilities_pkg.get_current_gl_date

1497:
1498: /* Bug 4559756. Added by Lakshmi Gopalsami
1499: Added org_id to ap_utilities_pkg
1500: */
1501: lv_open_period:= ap_utilities_pkg.get_current_gl_date
1502: (pd_accounting_date,
1503: r_ap_invoices_all.org_id
1504: );
1505:

Line 1507: Added org_id to ap_utilities_pkg

1503: r_ap_invoices_all.org_id
1504: );
1505:
1506: /* Bug 4559756. Added by Lakshmi Gopalsami
1507: Added org_id to ap_utilities_pkg
1508: */
1509:
1510: if lv_open_period is null then
1511:

Line 1512: ap_utilities_pkg.get_open_gl_date

1508: */
1509:
1510: if lv_open_period is null then
1511:
1512: ap_utilities_pkg.get_open_gl_date
1513: (
1514: pd_accounting_date,
1515: lv_open_period,
1516: ld_accounting_date,