DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on MO_GLOBAL

Line 5078: mo_global.init('HXC');

5074: -- now set the operating unit context
5075:
5076: -- ONLY CALL THIS FOR RELEASE 12
5077:
5078: mo_global.init('HXC');
5079: mo_global.set_policy_context ( 'S', l_operating_unit_id );
5080: End;
5081: hxc_timekeeper_utilities.populate_tc_tab (
5082: c_resource.resource_id,

Line 5079: mo_global.set_policy_context ( 'S', l_operating_unit_id );

5075:
5076: -- ONLY CALL THIS FOR RELEASE 12
5077:
5078: mo_global.init('HXC');
5079: mo_global.set_policy_context ( 'S', l_operating_unit_id );
5080: End;
5081: hxc_timekeeper_utilities.populate_tc_tab (
5082: c_resource.resource_id,
5083: fnd_date.canonical_to_date (p_start_period),