DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_SETTLEMENT_PKG dependencies on MO_GLOBAL

Line 39: ap_utilities_pkg.get_current_gl_date. This is defaulted from mo_global.GET_CURRENT_ORG_ID.

35: front end. When 'Process' Button is pressed, form makes a call to
36: jai_cmn_rgm_settlement_pkg.create_invoice passing org_id.
37:
38: Presently, org_id is not passed to ap_utilities_pkg.get_open_gl_date and
39: ap_utilities_pkg.get_current_gl_date. This is defaulted from mo_global.GET_CURRENT_ORG_ID.
40: However the value is not retrieved from the same, hence the above reported error
41:
42: Fix:
43: ----

Line 1700: mo_global.set_policy_context('S', pn_org_id);

1696:
1697: /* Bug 5373747. Added by Lakshmi Gopalsami
1698: * Set the policy context before calling AP API
1699: */
1700: mo_global.set_policy_context('S', pn_org_id);
1701:
1702: /* Bug 5243532. Added by Lakshmi Gopalsami
1703: * Removed the reference to hr_operating_units
1704: * and implemented using caching logic for getting functional currency