DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on MO_GLOBAL

Line 77: Added call to mo_global.set_policy_context

73:
74: 10. 08/June/2009 Bug 8475540
75: AP Package AP_CANCEL_SINGLE_INVOICE was called without setting MOAC Context
76: resulting in multiple records being fetched when a single row is expected
77: Added call to mo_global.set_policy_context
78:
79: 11. 17-Jul-2009 Bgowrava for Bug#8682951 , File Version 120.4.12000000.4
80: Changed the parameter ld_accounting_date to sysdate while calling process_threshold_rollback in the loop c_jai_ap_tds_inv_taxes.
81:

Line 537: mo_global.set_policy_context('S', r_ap_invoices_all.org_id);

533:
534: /*Added set_policy_context call to implement MOAC - Bug 8475540*/
535:
536: fnd_file.put_line(FND_FILE.LOG, ' Org id ' || r_ap_invoices_all.org_id);
537: mo_global.set_policy_context('S', r_ap_invoices_all.org_id);
538:
539: lb_return_value :=
540: ap_cancel_pkg.ap_cancel_single_invoice
541: (

Line 708: mo_global.set_policy_context('S', r_ap_invoices_all.org_id);

704:
705: /*Added set_policy_context call to implement MOAC - Bug 8475540*/
706:
707: fnd_file.put_line(FND_FILE.LOG, ' Org id ' || r_ap_invoices_all.org_id);
708: mo_global.set_policy_context('S', r_ap_invoices_all.org_id);
709:
710: lb_return_value :=
711: ap_cancel_pkg.ap_cancel_single_invoice
712: (