DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on HXC_BLOCK_TABLE_TYPE

Line 114: (p_blocks in hxc_block_table_type,

110:
111: End is_timecard_resubmitted;
112:
113: Procedure get_timecard_information
114: (p_blocks in hxc_block_table_type,
115: p_timecard_id out nocopy hxc_time_building_blocks.time_building_block_id%type,
116: p_timecard_ovn out nocopy hxc_time_building_blocks.object_version_number%type,
117: p_new_blocks out nocopy varchar2,
118: p_timecard_info out nocopy timecard_info

Line 142: p_blocks IN hxc_block_table_type,

138: Procedure light_approve_timecards
139: (p_tc_bb_id IN number,
140: p_tc_ovn IN number,
141: p_tc_resubmitted IN varchar2,
142: p_blocks IN hxc_block_table_type,
143: p_timecard_info IN timecard_info,
144: p_messages IN OUT NOCOPY HXC_MESSAGE_TABLE_TYPE
145: )is
146:

Line 481: (p_blocks in hxc_block_table_type,

477: -- 115.12
478: -- Added timecard properties and messages in case of
479: -- non active assignment
480: Function begin_approval
481: (p_blocks in hxc_block_table_type,
482: p_item_type in wf_items.item_type%type,
483: p_process_name in wf_process_activities.process_name%type,
484: p_resubmitted in varchar2,
485: p_timecard_props in hxc_timecard_prop_table_type,