DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_BLOCK_TYPE

Line 130: hr_utility.trace('Going to create hxc_block_type');

126:
127: END IF;
128:
129: if g_debug then
130: hr_utility.trace('Going to create hxc_block_type');
131: end if;
132:
133: p_timecard (l_block_index) := hxc_block_type (
134: p_timecard_id,

Line 133: p_timecard (l_block_index) := hxc_block_type (

129: if g_debug then
130: hr_utility.trace('Going to create hxc_block_type');
131: end if;
132:
133: p_timecard (l_block_index) := hxc_block_type (
134: p_timecard_id,
135: l_type,
136: p_measure,
137: 'HOURS',

Line 159: hr_utility.trace('after create hxc_block_type');

155: l_APPLICATION_SET_ID,
156: NULL
157: );
158: if g_debug then
159: hr_utility.trace('after create hxc_block_type');
160: end if;
161:
162: p_timecard_index_info (p_timecard_id).time_block_row_index := l_block_index;
163: