DBA Data[Home] [Help]

APPS.AS_OPPORTUNITY_PUB dependencies on AS_OPP_CONTACT_PVT

Line 3764: AS_OPP_contact_PVT.Create_opp_contacts(

3760: *****/
3761:
3762: -- Calling Private package: Create_OPP_CONTACT
3763: -- Hint: Primary key needs to be returned
3764: AS_OPP_contact_PVT.Create_opp_contacts(
3765: P_Api_Version_Number => 2.0,
3766: P_Init_Msg_List => FND_API.G_FALSE,
3767: P_Commit => p_commit,
3768: P_Validation_Level => P_Validation_Level,

Line 3929: AS_OPP_contact_PVT.Update_opp_contacts(

3925: x_pvt_Contact_rec => l_pvt_Contact_rec
3926: );
3927: *****/
3928:
3929: AS_OPP_contact_PVT.Update_opp_contacts(
3930: P_Api_Version_Number => 2.0,
3931: P_Init_Msg_List => FND_API.G_FALSE,
3932: P_Commit => p_commit,
3933: P_Validation_Level => P_Validation_Level,

Line 4095: AS_OPP_contact_PVT.Delete_opp_contacts(

4091: x_pvt_Contact_rec => l_pvt_Contact_rec
4092: );
4093: *****/
4094:
4095: AS_OPP_contact_PVT.Delete_opp_contacts(
4096: P_Api_Version_Number => 2.0,
4097: P_Init_Msg_List => FND_API.G_FALSE,
4098: P_Commit => p_commit,
4099: P_Validation_Level => P_Validation_Level,