DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_TIMECARD_PROP_TABLE_TYPE

Line 493: p_props in hxc_timecard_prop_table_type,

489:
490: Procedure change_late_audit_validation
491: (p_old_style_blks in hxc_self_service_time_deposit.timecard_info,
492: p_old_style_attrs in hxc_self_service_time_deposit.building_block_attribute_info,
493: p_props in hxc_timecard_prop_table_type,
494: p_eval_start_date in date,
495: p_eval_end_date in date,
496: p_messages in out nocopy hxc_message_table_type
497: ) is

Line 536: p_props in hxc_timecard_prop_table_type,

532: (p_blocks in out nocopy hxc_block_table_type,
533: p_attributes in out nocopy hxc_attribute_table_type,
534: p_old_style_blks in hxc_self_service_time_deposit.timecard_info,
535: p_old_style_attrs in hxc_self_service_time_deposit.building_block_attribute_info,
536: p_props in hxc_timecard_prop_table_type,
537: p_eval_date in date,
538: p_deposit_mode in varchar2,
539: p_resubmit in varchar2,
540: p_messages in out nocopy hxc_message_table_type

Line 760: p_props in hxc_timecard_prop_table_type,

756: Procedure recipients_update_validation
757: (p_blocks in out nocopy hxc_block_table_type,
758: p_attributes in out nocopy hxc_attribute_table_type,
759: p_messages in out nocopy hxc_message_table_type,
760: p_props in hxc_timecard_prop_table_type,
761: p_deposit_mode in varchar2,
762: p_resubmit in varchar2
763: ) is
764:

Line 836: p_props in hxc_timecard_prop_table_type,

832: Procedure timecard_validation
833: (p_blocks in out nocopy hxc_block_table_type,
834: p_attributes in out nocopy hxc_attribute_table_type,
835: p_messages in out nocopy hxc_message_table_type,
836: p_props in hxc_timecard_prop_table_type,
837: p_deposit_mode in varchar2,
838: p_resubmit in varchar2
839: ) is
840:

Line 890: p_props in hxc_timecard_prop_table_type,

886: procedure deposit_validation
887: (p_blocks in out nocopy hxc_block_table_type,
888: p_attributes in out nocopy hxc_attribute_table_type,
889: p_messages in out nocopy hxc_message_table_type,
890: p_props in hxc_timecard_prop_table_type,
891: p_deposit_mode in varchar2,
892: p_template in varchar2,
893: p_resubmit in varchar2,
894: p_can_deposit out nocopy boolean