DBA Data[Home] [Help]

APPS.AS_DECISION_FACTOR_PVT dependencies on AS_ACCESS_PUB

Line 52: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;

48: --P_Decision_Factor_Rec AS_OPPORTUNITY_PUB.Decision_Factor_Rec_Type;
49: l_decision_factor_rec AS_OPPORTUNITY_PUB.Decision_Factor_Rec_Type;
50: l_decision_factor_tbl AS_OPPORTUNITY_PUB.Decision_Factor_Tbl_Type;
51: l_count CONSTANT NUMBER := P_decision_factor_tbl.count;
52: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
53: l_update_access_flag VARCHAR2(1);
54: l_lead_id NUMBER;
55: l_curr_row NUMBER;
56: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 159: AS_ACCESS_PUB.has_updateOpportunityAccess

155: AS_OPPORTUNITY_PUB.Get_Access_Profiles(
156: p_profile_tbl => p_profile_tbl,
157: x_access_profile_rec => l_access_profile_rec);
158:
159: AS_ACCESS_PUB.has_updateOpportunityAccess
160: ( p_api_version_number => 2.0
161: ,p_init_msg_list => p_init_msg_list
162: ,p_validation_level => p_validation_level
163: ,p_access_profile_rec => l_access_profile_rec

Line 400: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;

396: l_return_status_full VARCHAR2(1);
397: l_access_flag VARCHAR2(1);
398: l_count CONSTANT NUMBER := P_decision_factor_tbl.count;
399: l_curr_row NUMBER;
400: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
401: l_update_access_flag VARCHAR2(1);
402: l_lead_id NUMBER;
403: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
404: l_module CONSTANT VARCHAR2(255) := 'as.plsql.dfpv.Update_decision_factors';

Line 476: AS_ACCESS_PUB.has_updateOpportunityAccess

472: AS_OPPORTUNITY_PUB.Get_Access_Profiles(
473: p_profile_tbl => p_profile_tbl,
474: x_access_profile_rec => l_access_profile_rec);
475:
476: AS_ACCESS_PUB.has_updateOpportunityAccess
477: ( p_api_version_number => 2.0
478: ,p_init_msg_list => p_init_msg_list
479: ,p_validation_level => p_validation_level
480: ,p_access_profile_rec => l_access_profile_rec

Line 707: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;

703: l_return_status_full VARCHAR2(1);
704: l_access_flag VARCHAR2(1);
705: l_count CONSTANT NUMBER := P_decision_factor_tbl.count;
706: l_curr_row NUMBER;
707: l_access_profile_rec AS_ACCESS_PUB.Access_Profile_Rec_Type;
708: l_update_access_flag VARCHAR2(1);
709: l_lead_id NUMBER;
710: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
711: l_module CONSTANT VARCHAR2(255) := 'as.plsql.dfpv.Delete_decision_factors';

Line 783: AS_ACCESS_PUB.has_updateOpportunityAccess

779: AS_OPPORTUNITY_PUB.Get_Access_Profiles(
780: p_profile_tbl => p_profile_tbl,
781: x_access_profile_rec => l_access_profile_rec);
782:
783: AS_ACCESS_PUB.has_updateOpportunityAccess
784: ( p_api_version_number => 2.0
785: ,p_init_msg_list => p_init_msg_list
786: ,p_validation_level => p_validation_level
787: ,p_access_profile_rec => l_access_profile_rec