DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_TIMECARD_PROP_TABLE_TYPE

Line 495: p_props in hxc_timecard_prop_table_type,

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

Line 538: p_props in hxc_timecard_prop_table_type,

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,
539: p_eval_date in date,
540: p_deposit_mode in varchar2,
541: p_resubmit in varchar2,
542: p_messages in out nocopy hxc_message_table_type

Line 840: p_props in hxc_timecard_prop_table_type,

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,
842: p_resubmit in varchar2
843: ) is
844:

Line 916: p_props in hxc_timecard_prop_table_type,

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,
918: p_resubmit in varchar2
919: ) is
920:

Line 970: p_props in hxc_timecard_prop_table_type,

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,
972: p_template in varchar2,
973: p_resubmit in varchar2,
974: p_can_deposit out nocopy boolean