DBA Data[Home] [Help]

APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_DEPOSIT_PROCESSES

Line 10: ,deposit_process_id hxc_deposit_processes.deposit_process_id%type

6: ,field_name hxc_mapping_components.field_name%type
7: ,category hxc_bld_blk_info_type_usages.building_block_category%type
8: ,info_type hxc_bld_blk_info_types.bld_blk_info_type%type
9: ,retrieval_process_id hxc_retrieval_processes.retrieval_process_id%type
10: ,deposit_process_id hxc_deposit_processes.deposit_process_id%type
11: ,mapping_component_id hxc_mapping_components.mapping_component_id%type
12: );
13:
14: Type mappings is table of mapping_component index by binary_integer;

Line 54: ,p_deposit_process_id in hxc_deposit_processes.deposit_process_id%type

50:
51: Function create_app_attributes
52: (p_attributes in hxc_attribute_table_type
53: ,p_retrieval_process_id in hxc_retrieval_processes.retrieval_process_id%type
54: ,p_deposit_process_id in hxc_deposit_processes.deposit_process_id%type
55: ) return hxc_self_service_time_deposit.app_attributes_info;
56:
57: Function create_app_attributes
58: (p_blocks in hxc_block_table_type

Line 61: ,p_deposit_process_id in hxc_deposit_processes.deposit_process_id%type

57: Function create_app_attributes
58: (p_blocks in hxc_block_table_type
59: ,p_attributes in hxc_attribute_table_type
60: ,p_retrieval_process_id in hxc_retrieval_processes.retrieval_process_id%type
61: ,p_deposit_process_id in hxc_deposit_processes.deposit_process_id%type
62: ,p_recipients in hxc_timecard_validation.recipient_application_table
63: ) return hxc_self_service_time_deposit.app_attributes_info;
64:
65: Procedure update_attributes