DBA Data[Home] [Help]

APPS.PQP_GENERIC_EIT_SS dependencies on WF_ENGINE

Line 571: wf_engine.GetActivityAttrText(itemtype => p_item_type,

567: hr_utility.set_location('..p_activity_id'||p_activity_id, 6);
568:
569:
570: l_review_item_name :=
571: wf_engine.GetActivityAttrText(itemtype => p_item_type,
572: itemkey => p_item_key,
573: actid => p_activity_id,
574: aname => gv_wf_review_region_item);
575:

Line 931: wf_engine.setitemattrnumber

927: ,p_effective_date_option =>p_effective_date
928: ,p_transaction_id => l_transaction_id
929: );
930:
931: wf_engine.setitemattrnumber
932: (itemtype => p_item_type
933: ,itemkey => p_item_key
934: ,aname => 'TRANSACTION_ID'
935: ,avalue => l_transaction_id);

Line 1607: l_eit_type_id :=wf_engine.GetItemAttrNumber(

1603: OPEN c_get_details;
1604: FETCH c_get_details INTO l_get_details;
1605: IF l_eit_type='REPOSITORY' THEN
1606: -- l_eit_type_id :=l_get_details.vehicle_repository_id;
1607: l_eit_type_id :=wf_engine.GetItemAttrNumber(
1608: itemtype =>l_get_other_tstep.item_type,
1609: itemkey =>l_get_other_tstep.item_key,
1610: aname =>'PQP_VEH_REPOSITORY_ID_ATTR',
1611: ignore_notfound =>l_ignore);

Line 1614: l_eit_type_id :=wf_engine.GetItemAttrNumber(

1610: aname =>'PQP_VEH_REPOSITORY_ID_ATTR',
1611: ignore_notfound =>l_ignore);
1612:
1613: ELSIF l_eit_type='ALLOCATION' THEN
1614: l_eit_type_id :=wf_engine.GetItemAttrNumber(
1615: itemtype =>l_get_other_tstep.item_type,
1616: itemkey =>l_get_other_tstep.item_key,
1617: aname =>'PQP_VEH_ALLOCATION_ID_ATTR',
1618: ignore_notfound =>l_ignore);