DBA Data[Home] [Help]

APPS.PA_PWP_NOTIFICATION dependencies on PA_WORKFLOW_UTILS

Line 402: PA_WORKFLOW_UTILS.Insert_WF_Processes (p_wf_type_code => 'PAPWPARN'

398:
399:
400: IF l_err_code = 0 THEN
401: log_message('START_AR_NOTIFY_WF: Wf Started, Inserting in PA_WF_PROCESSES: ItemKey=' || ItemKey || 'l_inv_rec.rcpt_id=' || l_inv_rec.rcpt_id || 'l_inv_rec.inv_id=' || l_inv_rec.inv_id || '*', 3);
402: PA_WORKFLOW_UTILS.Insert_WF_Processes (p_wf_type_code => 'PAPWPARN'
403: ,p_item_type => ItemType
404: ,p_item_key => ItemKey
405: ,p_entity_key1 => l_inv_rec.rcpt_id
406: ,p_description => l_inv_rec.inv_id

Line 1020: PA_WORKFLOW_UTILS.Set_Global_Attr (p_item_type => itemtype

1016: ,itemkey => itemkey
1017: ,aname => 'WORKFLOW_STARTED_BY_ID' );
1018:
1019: -- Based on the Responsibility, Intialize the Application
1020: PA_WORKFLOW_UTILS.Set_Global_Attr (p_item_type => itemtype
1021: ,p_item_key => itemkey
1022: ,p_err_code => l_err_code);
1023:
1024:

Line 1144: pa_workflow_utils.modify_wf_clob_content(p_document => document

1140: l_copy_size := l_copy_size + l_chunk_size;
1141: l_pos := l_pos + l_chunk_size;
1142: END LOOP;
1143:
1144: pa_workflow_utils.modify_wf_clob_content(p_document => document
1145: ,x_return_status => l_return_status
1146: ,x_msg_count => l_msg_count
1147: ,x_msg_data => l_msg_data);
1148: