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 1135: mo_global.set_policy_context('S', pn_org_id);

1131:
1132: /* Bug 5373747. Added by Lakshmi Gopalsami
1133: * Set the policy context before calling AP API
1134: */
1135: mo_global.set_policy_context('S', pn_org_id);
1136:
1137: /* Bug 5243532. Added by Lakshmi Gopalsami
1138: * Removed the reference to hr_operating_units
1139: * and implemented using caching logic for getting functional currency