DBA Data[Home] [Help]

APPS.HXT_HXC_RETRIEVAL_PROCESS dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 544: hxc_deposit_wrapper_utilities.string_to_blocks

540: );
541: END IF;
542:
543: l_blocks :=
544: hxc_deposit_wrapper_utilities.string_to_blocks
545: (p_time_building_blocks);
546:
547: IF g_debug
548: THEN

Line 553: hxc_deposit_wrapper_utilities.string_to_attributes (p_time_attributes);

549: hr_utility.set_location (l_proc, 30);
550: END IF;
551:
552: l_attributes :=
553: hxc_deposit_wrapper_utilities.string_to_attributes (p_time_attributes);
554:
555: IF g_debug
556: THEN
557: hr_utility.set_location (l_proc, 40);

Line 561: hxc_deposit_wrapper_utilities.string_to_messages (p_messages);

557: hr_utility.set_location (l_proc, 40);
558: END IF;
559:
560: l_messages :=
561: hxc_deposit_wrapper_utilities.string_to_messages (p_messages);
562: validate_timecard (p_operation => p_operation,
563: p_time_building_blocks => l_blocks,
564: p_time_attributes => l_attributes,
565: p_messages => l_messages

Line 568: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);

564: p_time_attributes => l_attributes,
565: p_messages => l_messages
566: );
567: p_time_building_blocks :=
568: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);
569: p_time_attributes :=
570: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);
571: p_messages :=
572: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);

Line 570: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);

566: );
567: p_time_building_blocks :=
568: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);
569: p_time_attributes :=
570: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);
571: p_messages :=
572: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);
573: END otm_validate_process;
574:

Line 572: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);

568: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);
569: p_time_attributes :=
570: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);
571: p_messages :=
572: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);
573: END otm_validate_process;
574:
575: --------------------------- validate_timecard ------------------------------
576: PROCEDURE validate_timecard (