DBA Data[Home] [Help]

APPS.HXT_HXC_RETRIEVAL_PROCESS dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 533: hxc_deposit_wrapper_utilities.string_to_blocks

529: );
530: END IF;
531:
532: l_blocks :=
533: hxc_deposit_wrapper_utilities.string_to_blocks
534: (p_time_building_blocks);
535:
536: IF g_debug
537: THEN

Line 542: hxc_deposit_wrapper_utilities.string_to_attributes (p_time_attributes);

538: hr_utility.set_location (l_proc, 30);
539: END IF;
540:
541: l_attributes :=
542: hxc_deposit_wrapper_utilities.string_to_attributes (p_time_attributes);
543:
544: IF g_debug
545: THEN
546: hr_utility.set_location (l_proc, 40);

Line 550: hxc_deposit_wrapper_utilities.string_to_messages (p_messages);

546: hr_utility.set_location (l_proc, 40);
547: END IF;
548:
549: l_messages :=
550: hxc_deposit_wrapper_utilities.string_to_messages (p_messages);
551: validate_timecard (p_operation => p_operation,
552: p_time_building_blocks => l_blocks,
553: p_time_attributes => l_attributes,
554: p_messages => l_messages

Line 557: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);

553: p_time_attributes => l_attributes,
554: p_messages => l_messages
555: );
556: p_time_building_blocks :=
557: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);
558: p_time_attributes :=
559: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);
560: p_messages :=
561: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);

Line 559: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);

555: );
556: p_time_building_blocks :=
557: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);
558: p_time_attributes :=
559: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);
560: p_messages :=
561: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);
562: END otm_validate_process;
563:

Line 561: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);

557: hxc_deposit_wrapper_utilities.blocks_to_string (l_blocks);
558: p_time_attributes :=
559: hxc_deposit_wrapper_utilities.attributes_to_string (l_attributes);
560: p_messages :=
561: hxc_deposit_wrapper_utilities.messages_to_string (l_messages);
562: END otm_validate_process;
563:
564: --------------------------- validate_timecard ------------------------------
565: PROCEDURE validate_timecard (