DBA Data[Home] [Help]

APPS.FV_IPAC_DISBURSEMENT_PKG dependencies on FND_DATE

Line 156: --* : fnd_date.canonical_to_date *--

152: --* : fv_utility.debug_mesg *--
153: --* : fv_utility.log_mesg *--
154: --* : mo_global.get_current_org_id *--
155: --* : mo_utils.get_ledger_info *--
156: --* : fnd_date.canonical_to_date *--
157: --* Tables Used : ap_invoices SELECT *--
158: --* : po_vendors SELECT *--
159: --* : fv_operating_units SELECT *--
160: --* : fv_interagency_funds SELECT *--

Line 210: parm_inv_creation_date_low := fnd_date.canonical_to_date(invoice_creation_date_low);

206: g_err_buf := '';
207: g_err_code := 0;
208: l_org_id := mo_global.get_current_org_id;
209: mo_utils.get_ledger_info(l_org_id, g_set_of_books_id, l_ledger_name);
210: parm_inv_creation_date_low := fnd_date.canonical_to_date(invoice_creation_date_low);
211: parm_inv_creation_date_high := fnd_date.canonical_to_date(invoice_creation_date_high);
212:
213:
214: FOR trx_select IN ia_trx_select_csr(g_set_of_books_id) LOOP

Line 211: parm_inv_creation_date_high := fnd_date.canonical_to_date(invoice_creation_date_high);

207: g_err_code := 0;
208: l_org_id := mo_global.get_current_org_id;
209: mo_utils.get_ledger_info(l_org_id, g_set_of_books_id, l_ledger_name);
210: parm_inv_creation_date_low := fnd_date.canonical_to_date(invoice_creation_date_low);
211: parm_inv_creation_date_high := fnd_date.canonical_to_date(invoice_creation_date_high);
212:
213:
214: FOR trx_select IN ia_trx_select_csr(g_set_of_books_id) LOOP
215: l_count := l_count+1;