DBA Data[Home] [Help]

APPS.HXC_ARRAY_TIME_DEPOSIT dependencies on HXC_MESSAGE_TABLE_TYPE

Line 592: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE

588:
589: procedure getExplodedHours
590: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
591: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
592: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
593: ) is
594:
595: l_blocks HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO;
596: l_valid_blocks HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO;

Line 603: l_messages_table HXC_MESSAGE_TABLE_TYPE;

599: l_old_attributes HXC_SELF_SERVICE_TIME_DEPOSIT.BUILDING_BLOCK_ATTRIBUTE_INFO;
600: l_app_attributes HXC_SELF_SERVICE_TIME_DEPOSIT.app_attributes_info;
601: l_deposit_process_id HXC_DEPOSIT_PROCESSES.DEPOSIT_PROCESS_ID%TYPE;
602: l_messages HXC_SELF_SERVICE_TIME_DEPOSIT.MESSAGE_TABLE;
603: l_messages_table HXC_MESSAGE_TABLE_TYPE;
604: l_att_count NUMBER;
605: l_blocks_deposited block_list;
606: l_exploded_details HXC_BLOCK_TABLE_TYPE := HXC_BLOCK_TABLE_TYPE();
607: l_exploded_attributes HXC_ATTRIBUTE_TABLE_TYPE:= HXC_ATTRIBUTE_TABLE_TYPE();

Line 626: p_messages := hxc_message_table_type();

622:
623: --
624: -- Call to initialize the global variables!
625: --
626: p_messages := hxc_message_table_type();
627: hxc_self_service_time_deposit.initialize_globals;
628:
629: -- set up the blocks and attributes
630: -- we don't just pass these because the hours explosion api