DBA Data[Home] [Help]

APPS.PA_DCTN_APRV_NOTIFICATION dependencies on PA_WORKFLOW_UTILS

Line 256: PA_WORKFLOW_UTILS.Insert_WF_Processes (p_wf_type_code => 'PADCTNWF'

252: );
253:
254:
255: IF x_err_code = 0 THEN
256: PA_WORKFLOW_UTILS.Insert_WF_Processes (p_wf_type_code => 'PADCTNWF'
257: ,p_item_type => ItemType
258: ,p_item_key => ItemKey
259: ,p_entity_key1 => c_dctn_hdr_rec.deduction_req_id
260: ,p_description => c_dctn_hdr_rec.description

Line 679: PA_WORKFLOW_UTILS.Set_Global_Attr (p_item_type => itemtype

675: ,itemkey => itemkey
676: ,aname => 'WORKFLOW_STARTED_BY_ID');
677:
678: -- Based on the Responsibility, Intialize the Application
679: PA_WORKFLOW_UTILS.Set_Global_Attr (p_item_type => itemtype
680: ,p_item_key => itemkey
681: ,p_err_code => l_err_code);
682:
683:

Line 789: PA_WORKFLOW_UTILS.modify_wf_clob_content(p_document => document

785: l_copy_size := l_copy_size + l_chunk_size;
786: l_pos := l_pos + l_chunk_size;
787: END LOOP;
788:
789: PA_WORKFLOW_UTILS.modify_wf_clob_content(p_document => document
790: ,x_return_status => l_return_status
791: ,x_msg_count => l_msg_count
792: ,x_msg_data => l_msg_data);
793: