DBA Data[Home] [Help]

APPS.PQH_WF dependencies on PQH_ROUTING_HISTORY_API

Line 539: l_rha_tab pqh_routing_history_api.t_rha_tab;

535: , p_routing_history_id OUT NOCOPY NUMBER
536: )
537: IS
538: l_proc VARCHAR2(61) := g_package || 'create_routing_history';
539: l_rha_tab pqh_routing_history_api.t_rha_tab;
540: l_routing_history_id pqh_routing_history.routing_history_id%type;
541: l_object_version_number pqh_routing_history.object_version_number%type;
542: l_effective_date date := trunc(sysdate);
543: j binary_integer := 0;

Line 565: pqh_routing_history_api.create_routing_history_bp (

561: end if;
562: END LOOP;
563: hr_utility.set_location(l_proc || 'out of xfer ',14);
564:
565: pqh_routing_history_api.create_routing_history_bp (
566: p_validate => false
567: ,p_routing_history_id => l_routing_history_id
568: ,p_approval_cd => p_approval_cd
569: ,p_comments => p_comments