DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on WF_ITEM_ATTRIBUTES

Line 5030: wf_item_attributes wia

5026: CURSOR l_user_dtls_csr(p_chr_id NUMBER) IS
5027: SELECT wiav.name attr_name,
5028: wiav.number_value attr_value
5029: FROM wf_item_attribute_values wiav,
5030: wf_item_attributes wia
5031: WHERE wiav.item_type = 'OKSARENW'
5032: AND wiav.item_key = p_chr_id
5033: AND wia.item_type = wiav.item_type
5034: AND wia.name = wiav.name

Line 5994: -- Set wf item attributes to reflect the current user submitting for approval

5990: aname => 'QA_REQUIRED_YN',
5991: avalue => p_qa_required_yn
5992: );
5993:
5994: -- Set wf item attributes to reflect the current user submitting for approval
5995: x_return_status := set_user_context(
5996: p_wf_item_key => l_item_key,
5997: p_user_id => fnd_global.user_id,
5998: p_resp_id => fnd_global.resp_id,