DBA Data[Home] [Help]

APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 367: (p_attributes in hxc_attribute_table_type

363:
364: End findSegmentFromFieldName;
365:
366: Procedure set_value
367: (p_attributes in hxc_attribute_table_type
368: ,p_attribute_index in number
369: ,p_mapping_index in number
370: ,p_app_attributes in out nocopy hxc_self_service_time_deposit.app_attributes_info
371: ,p_app_attribute_index in number

Line 711: p_attributes in hxc_attribute_table_type,

707:
708: Procedure setMappings
709: (p_process_id in number,
710: p_process_type in varchar2,
711: p_attributes in hxc_attribute_table_type,
712: p_app_attributes in out nocopy hxc_self_service_time_deposit.app_attributes_info) is
713:
714: l_attribute HXC_ATTRIBUTE_TYPE;
715:

Line 1503: (p_attributes in hxc_attribute_table_type

1499: --
1500: -- New more performant version.
1501: --
1502: Function create_app_attributes
1503: (p_attributes in hxc_attribute_table_type
1504: ,p_retrieval_process_id in hxc_retrieval_processes.retrieval_process_id%type
1505: ,p_deposit_process_id in hxc_deposit_processes.deposit_process_id%type
1506: ) return hxc_self_service_time_deposit.app_attributes_info is
1507:

Line 1586: ,p_attributes in hxc_attribute_table_type

1582: End find_corresponding_app_set_id;
1583:
1584: Function create_app_attributes
1585: (p_blocks in hxc_block_table_type
1586: ,p_attributes in hxc_attribute_table_type
1587: ,p_retrieval_process_id in hxc_retrieval_processes.retrieval_process_id%type
1588: ,p_deposit_process_id in hxc_deposit_processes.deposit_process_id%type
1589: ,p_recipients in hxc_timecard_validation.recipient_application_table
1590: ) return hxc_self_service_time_deposit.app_attributes_info is

Line 1685: (p_attributes in out nocopy hxc_attribute_table_type

1681:
1682: End create_app_attributes;
1683:
1684: Procedure update_value
1685: (p_attributes in out nocopy hxc_attribute_table_type
1686: ,p_index in number
1687: ,p_segment in hxc_mapping_components.segment%type
1688: ,p_value in hxc_time_attributes.attribute1%type
1689: ) is

Line 1838: (p_attributes in out nocopy hxc_attribute_table_type

1834:
1835: End set_new_attribute_value;
1836:
1837: Procedure create_new_attribute
1838: (p_attributes in out nocopy hxc_attribute_table_type
1839: ,p_app_attributes in out nocopy hxc_self_service_time_deposit.app_attributes_info
1840: ,p_app_index in number
1841: ) is
1842:

Line 1928: (p_attributes in out nocopy hxc_attribute_table_type

1924:
1925: End create_new_attribute;
1926:
1927: Procedure update_attributes
1928: (p_attributes in out nocopy hxc_attribute_table_type
1929: ,p_app_attributes in out nocopy hxc_self_service_time_deposit.app_attributes_info
1930: ) is
1931:
1932: l_index number;