DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 33: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE

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

Line 42: ,p_messages in out nocopy hxc_message_table_type

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

Line 54: ,p_messages in out nocopy hxc_message_table_type

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