DBA Data[Home] [Help]

APPS.HXC_ARRAY_TIME_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES

Line 601: l_deposit_process_id HXC_DEPOSIT_PROCESSES.DEPOSIT_PROCESS_ID%TYPE;

597: l_blocks_for_translation HXC_BLOCK_TABLE_TYPE;
598: l_attributes HXC_SELF_SERVICE_TIME_DEPOSIT.BUILDING_BLOCK_ATTRIBUTE_INFO;
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;

Line 611: from hxc_deposit_processes

607: l_exploded_attributes HXC_ATTRIBUTE_TABLE_TYPE:= HXC_ATTRIBUTE_TABLE_TYPE();
608:
609: cursor c_dep_prc_id is
610: select deposit_process_id
611: from hxc_deposit_processes
612: where name = 'OTL Deposit Process';
613:
614: begin
615: