DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 30: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE

26: p_resource_id in NUMBER,
27: p_timecard_start_time in VARCHAR2,
28: p_timecard_stop_time in VARCHAR2,
29: p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE,
30: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE
31: );
32:
33: procedure get_preference_properties
34: (p_validate in VARCHAR2

Line 39: ,p_messages in out nocopy hxc_message_table_type

35: ,p_resource_id in NUMBER
36: ,p_timecard_start_time in date
37: ,p_timecard_stop_time in date
38: ,p_for_timecard in BOOLEAN
39: ,p_messages in out nocopy hxc_message_table_type
40: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
41: );
42:
43: procedure get_preference_properties

Line 51: ,p_messages in out nocopy hxc_message_table_type

47: ,p_timecard_stop_time in date
48: ,p_for_timecard in BOOLEAN
49: ,p_timecard_bb_id in hxc_time_building_blocks.time_building_block_id%type
50: ,p_timecard_bb_ovn in hxc_time_building_blocks.object_version_number%type
51: ,p_messages in out nocopy hxc_message_table_type
52: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
53: );
54:
55: