DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on MO_GLOBAL

Line 3048: mo_global.init('AR');

3044: log(' for user :'||fnd_global.user_id);
3045: log(' for application :'||fnd_global.resp_appl_id);
3046:
3047: --set org context
3048: mo_global.init('AR');
3049: mo_global.set_policy_context('S',l_org_id);
3050: fnd_global.APPS_INITIALIZE(
3051: user_id => fnd_global.user_id,
3052: resp_id => fnd_global.resp_id,

Line 3049: mo_global.set_policy_context('S',l_org_id);

3045: log(' for application :'||fnd_global.resp_appl_id);
3046:
3047: --set org context
3048: mo_global.init('AR');
3049: mo_global.set_policy_context('S',l_org_id);
3050: fnd_global.APPS_INITIALIZE(
3051: user_id => fnd_global.user_id,
3052: resp_id => fnd_global.resp_id,
3053: resp_appl_id => fnd_global.resp_appl_id);