DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 907: l_messages hxc_message_table_type;

903: ,p_timecard_stop_time in VARCHAR2
904: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
905: ) is
906:
907: l_messages hxc_message_table_type;
908: l_timecard_start_time date := sysdate;
909: l_timecard_stop_time date := sysdate;
910:
911: Begin

Line 913: l_messages := hxc_message_table_type();

909: l_timecard_stop_time date := sysdate;
910:
911: Begin
912:
913: l_messages := hxc_message_table_type();
914: if(length(p_timecard_start_time)>5) then
915: l_timecard_start_time := fnd_date.canonical_to_date(p_timecard_start_time);
916: l_timecard_stop_time := fnd_date.canonical_to_date(p_timecard_stop_time);
917: end if;

Line 943: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE

939: p_resource_id in NUMBER,
940: p_timecard_start_time in VARCHAR2,
941: p_timecard_stop_time in VARCHAR2,
942: p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE,
943: p_messages out nocopy HXC_MESSAGE_TABLE_TYPE
944: ) is
945:
946: l_timecard_start_time date;
947: l_timecard_stop_time date;

Line 951: p_messages := hxc_message_table_type();

947: l_timecard_stop_time date;
948:
949: Begin
950: if(p_messages is null) then
951: p_messages := hxc_message_table_type();
952: end if;
953:
954: if(length(p_timecard_start_time)>5) then
955: l_timecard_start_time := fnd_date.canonical_to_date(p_timecard_start_time);

Line 980: ,p_messages in out nocopy hxc_message_table_type

976: ,p_resource_id in NUMBER
977: ,p_timecard_start_time in date
978: ,p_timecard_stop_time in date
979: ,p_for_timecard in BOOLEAN
980: ,p_messages in out nocopy hxc_message_table_type
981: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
982: ) is
983: Begin
984:

Line 1007: ,p_messages in out nocopy hxc_message_table_type

1003: ,p_timecard_stop_time in date
1004: ,p_for_timecard in BOOLEAN
1005: ,p_timecard_bb_id in hxc_time_building_blocks.time_building_block_id%type
1006: ,p_timecard_bb_ovn in hxc_time_building_blocks.object_version_number%type
1007: ,p_messages in out nocopy hxc_message_table_type
1008: ,p_property_table out nocopy HXC_TIMECARD_PROP_TABLE_TYPE
1009: ) is
1010:
1011: l_pref_table HXC_PREFERENCE_EVALUATION.T_PREF_TABLE;

Line 1037: p_messages := hxc_message_table_type();

1033:
1034: g_period_list_cache.delete;
1035:
1036: if(p_messages is null) then
1037: p_messages := hxc_message_table_type();
1038: end if;
1039:
1040: p_property_table := hxc_timecard_prop_table_type();
1041: