DBA Data[Home] [Help]

APPS.HXC_TIMECARD_MESSAGE_HELPER dependencies on HXC_TIME_BUILDING_BLOCKS

Line 46: ,p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type

42: ,p_message_level IN VARCHAR2
43: ,p_message_field in VARCHAR2
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

Line 47: ,p_time_building_block_ovn in hxc_time_building_blocks.object_version_number%type

43: ,p_message_field in VARCHAR2
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