DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_PREF_HIERARCHIES

Line 714: ,p_validate_on_save in hxc_pref_hierarchies.attribute1%type

710: Procedure check_start_stop_time
711: (p_blocks in hxc_block_table_type
712: ,p_details in hxc_timecard.block_list
713: ,p_messages in out nocopy hxc_message_table_type
714: ,p_validate_on_save in hxc_pref_hierarchies.attribute1%type
715: ) is
716: l_index number;
717:
718: BEGIN

Line 941: l_validate_on_save hxc_pref_hierarchies.attribute1%type := hxc_timecard.c_no;

937: l_block_idxs block_list;
938:
939: l_proc varchar2(72) := g_package||'perform_checks';
940:
941: l_validate_on_save hxc_pref_hierarchies.attribute1%type := hxc_timecard.c_no;
942:
943:
944: BEGIN
945: