DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on MO_GLOBAL

Line 2210: MO_GLOBAL.init('OZF');

2206:
2207: l_sysdate := TRUNC(SYSDATE); --nepanda : fix for bug 8766564 .added variable for sysdate and initialized it to the date the net accrual engine has started.
2208:
2209: -- initialize multi org
2210: MO_GLOBAL.init('OZF');
2211: MO_GLOBAL.set_policy_context('M',null);
2212:
2213: ozf_utility_pvt.write_conc_log('-- Start Processing : ' || to_char(sysdate,'MM/DD/YYYY:HH:MM:SS'));
2214:

Line 2211: MO_GLOBAL.set_policy_context('M',null);

2207: l_sysdate := TRUNC(SYSDATE); --nepanda : fix for bug 8766564 .added variable for sysdate and initialized it to the date the net accrual engine has started.
2208:
2209: -- initialize multi org
2210: MO_GLOBAL.init('OZF');
2211: MO_GLOBAL.set_policy_context('M',null);
2212:
2213: ozf_utility_pvt.write_conc_log('-- Start Processing : ' || to_char(sysdate,'MM/DD/YYYY:HH:MM:SS'));
2214:
2215: ozf_utility_pvt.write_conc_log('-- Process_Exceptions (+) ');