DBA Data[Home] [Help]

APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on PV_WORKFLOW_PUB

Line 507: pv_workflow_pub.g_wf_itemtype_pvasgnmt;

503: l_lead_workflow_rec.created_by := fnd_global.user_id;
504: l_lead_workflow_rec.lead_id := l_lead_id;
505: l_lead_workflow_rec.entity := 'OPPORTUNITY';
506: l_lead_workflow_rec.wf_item_type :=
507: pv_workflow_pub.g_wf_itemtype_pvasgnmt;
508: l_lead_workflow_rec.wf_status := pv_assignment_pub.g_wf_status_closed;
509: l_lead_workflow_rec.bypass_cm_ok_flag := NULL;
510: l_lead_workflow_rec.latest_routing_flag := 'Y';
511: -- l_lead_workflow_rec.routing_status := pv_assignment_pub.g_r_status_failed_auto;

Line 1160: l_lead_workflow_rec.wf_item_type := pv_workflow_pub.g_wf_itemtype_pvasgnmt;

1156: l_lead_workflow_rec.last_updated_by := fnd_global.user_id;
1157: l_lead_workflow_rec.created_by := fnd_global.user_id;
1158: l_lead_workflow_rec.lead_id := l_lead_id;
1159: l_lead_workflow_rec.entity := 'OPPORTUNITY';
1160: l_lead_workflow_rec.wf_item_type := pv_workflow_pub.g_wf_itemtype_pvasgnmt;
1161: l_lead_workflow_rec.wf_status := pv_assignment_pub.g_wf_status_closed;
1162: l_lead_workflow_rec.bypass_cm_ok_flag := NULL;
1163: l_lead_workflow_rec.latest_routing_flag := 'Y';
1164: l_lead_workflow_rec.routing_status := 'FAILED_AUTO_ASSIGN';