DBA Data[Home] [Help]

APPS.FV_IPAC_DISBURSEMENT_PKG dependencies on MO_UTILS

Line 37: --* mo_utils.get_ledger_info *--

33: --* Parameters : None *--
34: --* Global Vars : As in procedure *--
35: --* Called from : Called when initializing the package *--
36: --* Calls : mo_global.get_current_org_id *--
37: --* mo_utils.get_ledger_info *--
38: --* Tables Used : None *--
39: --* Logic : No Logic *--
40: --****************************************************************************************--
41: PROCEDURE initialize_global_variables

Line 60: mo_utils.get_ledger_info( g_org_id, g_set_of_books_id, l_ledger_name);

56: g_status_processed := 'PROCESSED';
57: g_status_error := 'ERROR';
58: g_status_other_error := 'ERROR_IN_OTHER_LINES';
59: g_status_ap_imported := 'AP_IMPORTED';
60: mo_utils.get_ledger_info( g_org_id, g_set_of_books_id, l_ledger_name);
61: g_enter := 'ENTER';
62: g_exit := 'EXIT';
63: END;
64:

Line 155: --* : mo_utils.get_ledger_info *--

151: --* Calls : insert_ia_recs *--
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 *--

Line 209: mo_utils.get_ledger_info(l_org_id, g_set_of_books_id, l_ledger_name);

205: l_module_name := g_module_name || 'upd_ia_main';
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: