DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on WF_ITEM_ATTRIBUTES

Line 5196: wf_item_attributes wia

5192: CURSOR l_user_dtls_csr(p_chr_id NUMBER) IS
5193: SELECT wiav.name attr_name,
5194: wiav.number_value attr_value
5195: FROM wf_item_attribute_values wiav,
5196: wf_item_attributes wia
5197: WHERE wiav.item_type = 'OKSARENW'
5198: AND wiav.item_key = p_chr_id
5199: AND wia.item_type = wiav.item_type
5200: AND wia.name = wiav.name

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

6294: aname => 'QA_REQUIRED_YN',
6295: avalue => p_qa_required_yn
6296: );
6297:
6298: -- Set wf item attributes to reflect the current user submitting for approval
6299: x_return_status := set_user_context(
6300: p_wf_item_key => l_item_key,
6301: p_user_id => fnd_global.user_id,
6302: p_resp_id => fnd_global.resp_id,