DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_BLOCK_TABLE_TYPE

Line 165: (p_blocks in hxc_block_table_type

161: -- {End Of Comments}
162: --
163: --
164: PROCEDURE check_inputs
165: (p_blocks in hxc_block_table_type
166: ,p_attributes in hxc_attribute_table_type
167: ,p_deposit_mode in varchar2
168: ,p_template in varchar2
169: ,p_messages in out nocopy hxc_message_table_type

Line 282: (p_blocks in hxc_block_table_type

278: --
279: -- {End Of Comments}
280: --
281: PROCEDURE audit_checks
282: (p_blocks in hxc_block_table_type
283: ,p_attributes in hxc_attribute_table_type
284: ,p_messages in out nocopy hxc_message_table_type
285: ) is
286:

Line 372: (p_blocks in HXC_BLOCK_TABLE_TYPE

368: -- {End Of Comments}
369: --
370: --
371: FUNCTION timecard_deleted
372: (p_blocks in HXC_BLOCK_TABLE_TYPE
373: ,p_timecard_id in HXC_TIME_BUILDING_BLOCKS.TIME_BUILDING_BLOCK_ID%TYPE
374: ) return BOOLEAN is
375:
376: l_deleted_tc BOOLEAN := false;

Line 527: (p_blocks in HXC_BLOCK_TABLE_TYPE

523: -- {End Of Comments}
524: --
525: --
526: FUNCTION chk_timecard_deposit
527: (p_blocks in HXC_BLOCK_TABLE_TYPE
528: ,p_block_number in NUMBER
529: ) return BOOLEAN is
530:
531: l_test_tc_id HXC_TIME_BUILDING_BLOCKS.TIME_BUILDING_BLOCK_ID%TYPE;

Line 708: (p_blocks in hxc_block_table_type

704:
705: End inactive_detail;
706:
707: Procedure check_start_stop_time
708: (p_blocks in hxc_block_table_type
709: ,p_details in hxc_timecard.block_list
710: ,p_messages in out nocopy hxc_message_table_type
711: ,p_validate_on_save in hxc_pref_hierarchies.attribute1%type
712: ) is

Line 751: (p_blocks in hxc_block_table_type

747: END check_start_stop_time;
748:
749:
750: Procedure find_detail_date_extremes
751: (p_blocks in hxc_block_table_type
752: ,p_days in hxc_timecard.block_list
753: ,p_details in hxc_timecard.block_list
754: ,p_early_detail in out nocopy date
755: ,p_late_detail in out nocopy date

Line 789: (p_blocks in hxc_block_table_type

785:
786: End find_detail_date_extremes;
787:
788: Procedure chk_inactive_details
789: (p_blocks in hxc_block_table_type
790: ,p_props in hxc_timecard_prop_table_type
791: ,p_days in hxc_timecard.block_list
792: ,p_details in hxc_timecard.block_list
793: ,p_block_idxs out nocopy block_list

Line 920: (p_blocks in hxc_block_table_type

916: -- {End Of Comments}
917: --
918: --
919: PROCEDURE perform_checks
920: (p_blocks in hxc_block_table_type
921: ,p_attributes in hxc_attribute_table_type
922: ,p_timecard_props in hxc_timecard_prop_table_type
923: ,p_days in hxc_timecard.block_list
924: ,p_details in hxc_timecard.block_list

Line 1553: (p_blocks in hxc_block_table_type,

1549: -- {End Of Comments}
1550: --
1551: --
1552: PROCEDURE chk_approved_locked_days
1553: (p_blocks in hxc_block_table_type,
1554: p_attributes in hxc_attribute_table_type
1555: ,p_timecard_props in hxc_timecard_prop_table_type
1556: ,p_days in hxc_timecard.block_list
1557: ,p_details in hxc_timecard.block_list

Line 1683: (p_blocks in hxc_block_table_type

1679: -- {End Of Comments}
1680: --
1681: --
1682: PROCEDURE chk_some_processing
1683: (p_blocks in hxc_block_table_type
1684: ,p_attributes in hxc_attribute_table_type
1685: ,p_messages in out nocopy hxc_message_table_type
1686: ) is
1687:

Line 1765: (p_blocks in hxc_block_table_type

1761: -- {End Of Comments}
1762: --
1763: --
1764: PROCEDURE perform_process_checks
1765: (p_blocks in hxc_block_table_type
1766: ,p_attributes in hxc_attribute_table_type
1767: ,p_timecard_props in hxc_timecard_prop_table_type
1768: ,p_days in hxc_timecard.block_list
1769: ,p_details in hxc_timecard.block_list