DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 880: l_messages hxc_message_table_type;

876: ,p_timecard_stop_time in VARCHAR2
877: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
878: ) is
879:
880: l_messages hxc_message_table_type;
881: l_timecard_start_time date := sysdate;
882: l_timecard_stop_time date := sysdate;
883:
884: Begin

Line 886: l_messages := hxc_message_table_type();

882: l_timecard_stop_time date := sysdate;
883:
884: Begin
885:
886: l_messages := hxc_message_table_type();
887: if(length(p_timecard_start_time)>5) then
888: l_timecard_start_time := fnd_date.canonical_to_date(p_timecard_start_time);
889: l_timecard_stop_time := fnd_date.canonical_to_date(p_timecard_stop_time);
890: end if;

Line 916: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE

912: p_resource_id in NUMBER,
913: p_timecard_start_time in VARCHAR2,
914: p_timecard_stop_time in VARCHAR2,
915: p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE,
916: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE
917: ) is
918:
919: l_timecard_start_time date;
920: l_timecard_stop_time date;

Line 924: p_messages := hxc_message_table_type();

920: l_timecard_stop_time date;
921:
922: Begin
923: if(p_messages is null) then
924: p_messages := hxc_message_table_type();
925: end if;
926:
927: if(length(p_timecard_start_time)>5) then
928: l_timecard_start_time := fnd_date.canonical_to_date(p_timecard_start_time);

Line 953: ,p_messages in out nocopy hxc_message_table_type

949: ,p_resource_id in NUMBER
950: ,p_timecard_start_time in date
951: ,p_timecard_stop_time in date
952: ,p_for_timecard in BOOLEAN
953: ,p_messages in out nocopy hxc_message_table_type
954: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
955: ) is
956: Begin
957:

Line 980: ,p_messages in out nocopy hxc_message_table_type

976: ,p_timecard_stop_time in date
977: ,p_for_timecard in BOOLEAN
978: ,p_timecard_bb_id in hxc_time_building_blocks.time_building_block_id%type
979: ,p_timecard_bb_ovn in hxc_time_building_blocks.object_version_number%type
980: ,p_messages in out nocopy hxc_message_table_type
981: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
982: ) is
983:
984: l_pref_table HXC_PREFERENCE_EVALUATION.T_PREF_TABLE;

Line 1010: p_messages := hxc_message_table_type();

1006:
1007: g_period_list_cache.delete;
1008:
1009: if(p_messages is null) then
1010: p_messages := hxc_message_table_type();
1011: end if;
1012:
1013: p_property_table := hxc_timecard_prop_table_type();
1014: