DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_SELF_SERVICE_TIME_DEPOSIT

Line 99: (p_timecard in HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO);

95: (p_buffer_table hxc_timekeeper_process.t_buffer_table);
96: PROCEDURE dump_resource_tc_table
97: (l_resource_tc_table hxc_timekeeper_process.t_resource_tc_table);
98: PROCEDURE dump_timecard
99: (p_timecard in HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO);
100: -------------------------------------------------------------------------------
101: --Used to get the attribute category for the detail dff saved in timecard
102: -------------------------------------------------------------------------------
103: PROCEDURE add_dff_attribute (p_attribute in out NOCOPY HXC_ATTRIBUTE_TABLE_TYPE,

Line 142: ( p_timecard in out NOCOPY HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO,

138: p_att_29 in varchar2,
139: p_att_30 in varchar2 ,
140: p_attribute_index_info in out NOCOPY hxc_timekeeper_process.t_attribute_index_info);
141: PROCEDURE order_building_blocks
142: ( p_timecard in out NOCOPY HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO,
143: p_ord_timecard in out NOCOPY HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO);
144: -------------------------------------------------------------------------------
145: -- This procedure used to get which attribute in layout is used to decide the
146: -- attribute category.

Line 143: p_ord_timecard in out NOCOPY HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO);

139: p_att_30 in varchar2 ,
140: p_attribute_index_info in out NOCOPY hxc_timekeeper_process.t_attribute_index_info);
141: PROCEDURE order_building_blocks
142: ( p_timecard in out NOCOPY HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO,
143: p_ord_timecard in out NOCOPY HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO);
144: -------------------------------------------------------------------------------
145: -- This procedure used to get which attribute in layout is used to decide the
146: -- attribute category.
147: -------------------------------------------------------------------------------

Line 249: ,p_messages out nocopy hxc_self_service_time_deposit.message_table);

245: -- This procedure is used to convert message object type to message pl/sql table
246: ----------------------------------------------------------------------------
247: Procedure convert_type_to_message_table
248: (p_old_messages in hxc_message_table_type
249: ,p_messages out nocopy hxc_self_service_time_deposit.message_table);
250: ------------------------------------------------------------------------------------------
251: -- These procedure are moved to make the timekeeper_process package in small program units
252: -----------------------------------------------------------------------------------------
253: Procedure manage_attributes ( p_attribute_number IN NUMBER