DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on MO_GLOBAL

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

6426: -- now set the operating unit context
6427:
6428: -- ONLY CALL THIS FOR RELEASE 12
6429:
6430: mo_global.init('HXC');
6431: mo_global.set_policy_context ( 'S', l_operating_unit_id );
6432: End;
6433: hxc_timekeeper_utilities.populate_tc_tab (
6434: c_resource.resource_id,

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

6427:
6428: -- ONLY CALL THIS FOR RELEASE 12
6429:
6430: mo_global.init('HXC');
6431: mo_global.set_policy_context ( 'S', l_operating_unit_id );
6432: End;
6433: hxc_timekeeper_utilities.populate_tc_tab (
6434: c_resource.resource_id,
6435: fnd_date.canonical_to_date (p_start_period),