DBA Data[Home] [Help]

APPS.HXC_TIMECARD_MESSAGE_HELPER dependencies on HXC_TIME_ATTRIBUTES

Line 16: ,p_time_attribute_id in hxc_time_attributes.time_attribute_id%type

12: ,p_message_tokens in VARCHAR2
13: ,p_application_short_name in fnd_application.application_short_name%type
14: ,p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type
15: ,p_time_building_block_ovn in hxc_time_building_blocks.object_version_number%type
16: ,p_time_attribute_id in hxc_time_attributes.time_attribute_id%type
17: ,p_time_attribute_ovn in hxc_time_attributes.object_version_number%type
18: ,p_message_extent in VARCHAR2 DEFAULT null --Bug#2873563
19: );
20:

Line 17: ,p_time_attribute_ovn in hxc_time_attributes.object_version_number%type

13: ,p_application_short_name in fnd_application.application_short_name%type
14: ,p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type
15: ,p_time_building_block_ovn in hxc_time_building_blocks.object_version_number%type
16: ,p_time_attribute_id in hxc_time_attributes.time_attribute_id%type
17: ,p_time_attribute_ovn in hxc_time_attributes.object_version_number%type
18: ,p_message_extent in VARCHAR2 DEFAULT null --Bug#2873563
19: );
20:
21: PROCEDURE processErrors(p_messages IN OUT nocopy hxc_self_service_time_deposit.message_table);