DBA Data[Home] [Help]

APPS.HXC_TIMECARD_MESSAGE_HELPER dependencies on HXC_TIME_ATTRIBUTES

Line 48: ,p_time_attribute_id in hxc_time_attributes.time_attribute_id%type

44: ,p_message_tokens in VARCHAR2
45: ,p_application_short_name in fnd_application.application_short_name%type
46: ,p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type
47: ,p_time_building_block_ovn in hxc_time_building_blocks.object_version_number%type
48: ,p_time_attribute_id in hxc_time_attributes.time_attribute_id%type
49: ,p_time_attribute_ovn in hxc_time_attributes.object_version_number%type
50: ,p_message_extent in VARCHAR2 DEFAULT null --Bug#2873563
51: ) is
52:

Line 49: ,p_time_attribute_ovn in hxc_time_attributes.object_version_number%type

45: ,p_application_short_name in fnd_application.application_short_name%type
46: ,p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type
47: ,p_time_building_block_ovn in hxc_time_building_blocks.object_version_number%type
48: ,p_time_attribute_id in hxc_time_attributes.time_attribute_id%type
49: ,p_time_attribute_ovn in hxc_time_attributes.object_version_number%type
50: ,p_message_extent in VARCHAR2 DEFAULT null --Bug#2873563
51: ) is
52:
53: l_message_index NUMBER;