DBA Data[Home] [Help]

APPS.PV_ASSIGN_UTIL_PVT dependencies on PV_ASSIGNMENT_PVT

Line 695: l_oppty_routing_log_rec PV_ASSIGNMENT_PVT.oppty_routing_log_rec_type;

691: jtf_rs_resource_extns extn
692: WHERE fuser.user_id = pc_user_id
693: AND fuser.user_id = extn.user_id;
694:
695: l_oppty_routing_log_rec PV_ASSIGNMENT_PVT.oppty_routing_log_rec_type;
696: l_user_category VARCHAR2(40);
697: l_user_id NUMBER;
698: BEGIN
699: -- Standard call to check for call compatibility.

Line 821: pv_assignment_pvt.Create_Oppty_Routing_Log_Row (

817: fnd_message.SET_NAME('PV', 'PV_DEBUG_MESSAGE');
818: fnd_message.Set_token('TEXT', 'Logging in routing history 3');
819: fnd_msg_pub.Add;
820: END IF;
821: pv_assignment_pvt.Create_Oppty_Routing_Log_Row (
822: p_api_version_number => 1.0,
823: p_init_msg_list => FND_API.G_FALSE,
824: p_commit => FND_API.G_FALSE,
825: p_validation_level => FND_API.G_VALID_LEVEL_FULL,