DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_BLOCK_TABLE_TYPE

Line 148: (p_blocks in hxc_block_table_type,

144:
145: End update_attributes;
146:
147: Procedure set_attributes
148: (p_blocks in hxc_block_table_type,
149: p_attributes in hxc_attribute_table_type,
150: p_old_style_attrs in hxc_self_service_time_deposit.building_block_attribute_info,
151: p_retrieval_process_id in number,
152: p_recipients in recipient_application_table,

Line 218: p_blocks in hxc_block_table_type,

214: End update_messages;
215:
216: procedure update_phase
217: (p_recipients in recipient_application_table,
218: p_blocks in hxc_block_table_type,
219: p_attributes in out nocopy hxc_attribute_table_type,
220: p_old_style_attrs in hxc_self_service_time_deposit.building_block_attribute_info,
221: p_messages in out nocopy hxc_message_table_type,
222: p_deposit_mode in varchar2,

Line 227: l_elp_blocks hxc_block_table_type;

223: p_projects_tr_id in number,
224: p_validate_on_save in varchar2
225: ) is
226:
227: l_elp_blocks hxc_block_table_type;
228: l_index pls_integer;
229: l_upd_sql varchar2(2000);
230:
231: Begin

Line 232: l_elp_blocks := hxc_block_table_type();

228: l_index pls_integer;
229: l_upd_sql varchar2(2000);
230:
231: Begin
232: l_elp_blocks := hxc_block_table_type();
233: l_index := p_recipients.first;
234: Loop
235: Exit when not p_recipients.exists(l_index);
236: if((p_recipients(l_index).application_update_process is not null)

Line 285: p_blocks in hxc_block_table_type,

281: End update_phase;
282:
283: Procedure validate_phase
284: (p_recipients in recipient_application_table,
285: p_blocks in hxc_block_table_type,
286: p_attributes in out nocopy hxc_attribute_table_type,
287: p_old_style_attrs in hxc_self_service_time_deposit.building_block_attribute_info,
288: p_messages in out nocopy hxc_message_table_type,
289: p_deposit_mode in varchar2,

Line 295: l_elp_blocks hxc_block_table_type;

291: p_projects_tr_id in number,
292: p_validate_on_save in varchar2
293: ) is
294:
295: l_elp_blocks hxc_block_table_type;
296: l_index pls_integer;
297: l_val_sql varchar2(2000);
298: l_elp_enabled boolean := false;
299:

Line 438: (p_blocks in out nocopy hxc_block_table_type,

434:
435: end template_name_exists;
436:
437: Procedure template_validation
438: (p_blocks in out nocopy hxc_block_table_type,
439: p_attributes in out nocopy hxc_attribute_table_type,
440: p_messages in out nocopy hxc_message_table_type,
441: p_can_deposit out nocopy boolean
442: ) is

Line 534: (p_blocks in out nocopy hxc_block_table_type,

530:
531: End change_late_audit_validation;
532:
533: Procedure recipients_update_validation
534: (p_blocks in out nocopy hxc_block_table_type,
535: p_attributes in out nocopy hxc_attribute_table_type,
536: p_old_style_blks in hxc_self_service_time_deposit.timecard_info,
537: p_old_style_attrs in hxc_self_service_time_deposit.building_block_attribute_info,
538: p_props in hxc_timecard_prop_table_type,

Line 837: (p_blocks in out nocopy hxc_block_table_type,

833:
834: End recipients_update_validation;
835:
836: Procedure recipients_update_validation
837: (p_blocks in out nocopy hxc_block_table_type,
838: p_attributes in out nocopy hxc_attribute_table_type,
839: p_messages in out nocopy hxc_message_table_type,
840: p_props in hxc_timecard_prop_table_type,
841: p_deposit_mode in varchar2,

Line 869: (p_blocks in out nocopy hxc_block_table_type,

865:
866: End recipients_update_validation;
867:
868: Procedure data_set_validation
869: (p_blocks in out nocopy hxc_block_table_type,
870: p_messages in out nocopy hxc_message_table_type
871: ) is
872:
873: cursor c_data_set( p_stop_time date) is

Line 913: (p_blocks in out nocopy hxc_block_table_type,

909: end if;
910: End data_set_validation;
911:
912: Procedure timecard_validation
913: (p_blocks in out nocopy hxc_block_table_type,
914: p_attributes in out nocopy hxc_attribute_table_type,
915: p_messages in out nocopy hxc_message_table_type,
916: p_props in hxc_timecard_prop_table_type,
917: p_deposit_mode in varchar2,

Line 967: (p_blocks in out nocopy hxc_block_table_type,

963:
964: End timecard_validation;
965:
966: procedure deposit_validation
967: (p_blocks in out nocopy hxc_block_table_type,
968: p_attributes in out nocopy hxc_attribute_table_type,
969: p_messages in out nocopy hxc_message_table_type,
970: p_props in hxc_timecard_prop_table_type,
971: p_deposit_mode in varchar2,