DBA Data[Home] [Help]

APPS.AS_OPP_CONTACT_PVT dependencies on AS_ACCESS_PUB

Line 43: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;

39: l_CONTACT_Rec AS_OPPORTUNITY_PUB.CONTACT_Rec_Type;
40: l_LEAD_CONTACT_ID NUMBER;
41: l_line_count CONSTANT NUMBER := P_CONTACT_Tbl.count;
42: l_update_access_flag VARCHAR2(1);
43: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
44: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
45: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lcnpv.Create_opp_contacts';
46:
47: Cursor C_Get_Primary_Contact ( c_LEAD_ID NUMBER ) IS

Line 151: AS_ACCESS_PUB.has_updateOpportunityAccess

147: AS_OPPORTUNITY_PUB.Get_Access_Profiles(
148: p_profile_tbl => p_profile_tbl,
149: x_access_profile_rec => l_access_profile_rec);
150:
151: AS_ACCESS_PUB.has_updateOpportunityAccess
152: ( p_api_version_number => 2.0
153: ,p_init_msg_list => p_init_msg_list
154: ,p_validation_level => p_validation_level
155: ,p_access_profile_rec => l_access_profile_rec

Line 427: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;

423: l_Contact_Rec AS_OPPORTUNITY_PUB.Contact_Rec_Type;
424: l_line_count CONSTANT NUMBER := P_Contact_Tbl.count;
425: l_last_update_date DATE;
426: l_update_access_flag VARCHAR2(1);
427: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
428: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
429: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lcnpv.Update_opp_contacts';
430:
431: BEGIN

Line 513: AS_ACCESS_PUB.has_updateOpportunityAccess

509: AS_OPPORTUNITY_PUB.Get_Access_Profiles(
510: p_profile_tbl => p_profile_tbl,
511: x_access_profile_rec => l_access_profile_rec);
512:
513: AS_ACCESS_PUB.has_updateOpportunityAccess
514: ( p_api_version_number => 2.0
515: ,p_init_msg_list => p_init_msg_list
516: ,p_validation_level => p_validation_level
517: ,p_access_profile_rec => l_access_profile_rec

Line 814: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;

810: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
811: l_Contact_Rec AS_OPPORTUNITY_PUB.Contact_Rec_Type;
812: l_line_count CONSTANT NUMBER := P_Contact_Tbl.count;
813: l_update_access_flag VARCHAR2(1);
814: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
815: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
816: l_module CONSTANT VARCHAR2(255) := 'as.plsql.lcnpv.Delete_opp_contacts';
817: BEGIN
818: -- Standard Start of API savepoint

Line 899: AS_ACCESS_PUB.has_updateOpportunityAccess

895: AS_OPPORTUNITY_PUB.Get_Access_Profiles(
896: p_profile_tbl => p_profile_tbl,
897: x_access_profile_rec => l_access_profile_rec);
898:
899: AS_ACCESS_PUB.has_updateOpportunityAccess
900: ( p_api_version_number => 2.0
901: ,p_init_msg_list => p_init_msg_list
902: ,p_validation_level => p_validation_level
903: ,p_access_profile_rec => l_access_profile_rec