DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on PV_ASSIGN_UTIL_PVT

Line 490: PV_ASSIGN_UTIL_PVT.checkforErrors

486: wf_engine.StartProcess (ItemType => l_itemType,
487: ItemKey => l_itemKey);
488:
489: -- Call the following procedure to see whether workflow was able to send notification successfully.
490: PV_ASSIGN_UTIL_PVT.checkforErrors
491: (p_api_version_number => 1.0
492: ,p_init_msg_list => FND_API.G_FALSE
493: ,p_commit => FND_API.G_FALSE
494: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 827: l_lead_workflow_rec pv_assign_util_pvt.lead_workflow_rec_type;

823:
824: l_r_notify_type VARCHAR2(20) := 'MATCHED_TO';
825: l_la_status_pt_created varchar2(20) := g_la_status_pt_created;
826:
827: l_lead_workflow_rec pv_assign_util_pvt.lead_workflow_rec_type;
828: l_assignment_rec pv_assign_util_pvt.ASSIGNMENT_REC_TYPE;
829: l_rs_details_tbl pv_assign_util_pvt.resource_details_tbl_type := pv_assign_util_pvt.resource_details_tbl_type();
830: l_party_notify_rec_tbl pv_assignment_pvt.party_notify_rec_tbl_type;
831: l_sales_team_rec as_access_pub.sales_team_rec_type;

Line 828: l_assignment_rec pv_assign_util_pvt.ASSIGNMENT_REC_TYPE;

824: l_r_notify_type VARCHAR2(20) := 'MATCHED_TO';
825: l_la_status_pt_created varchar2(20) := g_la_status_pt_created;
826:
827: l_lead_workflow_rec pv_assign_util_pvt.lead_workflow_rec_type;
828: l_assignment_rec pv_assign_util_pvt.ASSIGNMENT_REC_TYPE;
829: l_rs_details_tbl pv_assign_util_pvt.resource_details_tbl_type := pv_assign_util_pvt.resource_details_tbl_type();
830: l_party_notify_rec_tbl pv_assignment_pvt.party_notify_rec_tbl_type;
831: l_sales_team_rec as_access_pub.sales_team_rec_type;
832: l_access_profile_rec as_access_pub.access_profile_rec_type;

Line 829: l_rs_details_tbl pv_assign_util_pvt.resource_details_tbl_type := pv_assign_util_pvt.resource_details_tbl_type();

825: l_la_status_pt_created varchar2(20) := g_la_status_pt_created;
826:
827: l_lead_workflow_rec pv_assign_util_pvt.lead_workflow_rec_type;
828: l_assignment_rec pv_assign_util_pvt.ASSIGNMENT_REC_TYPE;
829: l_rs_details_tbl pv_assign_util_pvt.resource_details_tbl_type := pv_assign_util_pvt.resource_details_tbl_type();
830: l_party_notify_rec_tbl pv_assignment_pvt.party_notify_rec_tbl_type;
831: l_sales_team_rec as_access_pub.sales_team_rec_type;
832: l_access_profile_rec as_access_pub.access_profile_rec_type;
833:

Line 957: pv_assign_util_pvt.Create_lead_workflow_row

953: IF fnd_msg_pub.Check_Msg_Level (fnd_msg_pub.G_MSG_LVL_DEBUG_LOW) THEN
954: Debug('Routing Status ' || l_lead_workflow_rec.routing_status);
955: END IF;
956:
957: pv_assign_util_pvt.Create_lead_workflow_row
958: ( p_api_version_number => 1.0
959: ,p_init_msg_list => FND_API.G_FALSE
960: ,p_commit => FND_API.G_FALSE
961: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 974: pv_assign_util_pvt.get_partner_info

970: RAISE FND_API.G_EXC_ERROR;
971: END IF;
972:
973: -- Get the Channel Manager information
974: pv_assign_util_pvt.get_partner_info
975: ( p_api_version_number => 1.0
976: ,p_init_msg_list => FND_API.G_FALSE
977: ,p_commit => FND_API.G_FALSE
978: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1015: pv_assign_util_pvt.Create_lead_assignment_row

1011: l_assignment_rec.partner_access_code := l_access_code_update;
1012: l_assignment_rec.wf_item_type := l_itemType;
1013: l_assignment_rec.wf_item_key := l_itemKey;
1014:
1015: pv_assign_util_pvt.Create_lead_assignment_row
1016: ( p_api_version_number => 1.0
1017: ,p_init_msg_list => FND_API.G_FALSE
1018: ,p_commit => FND_API.G_FALSE
1019: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1356: PV_ASSIGN_UTIL_PVT.checkforErrors

1352: fnd_msg_pub.Add;
1353: END IF;
1354:
1355: -- Call the following procedure to see whether workflow was able to send notification successfully.
1356: PV_ASSIGN_UTIL_PVT.checkforErrors
1357: (p_api_version_number => 1.0
1358: ,p_init_msg_list => FND_API.G_FALSE
1359: ,p_commit => FND_API.G_FALSE
1360: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL