DBA Data[Home] [Help]

APPS.AS_OPPORTUNITY_PUB dependencies on AS_DECISION_FACTOR_PVT

Line 3267: AS_decision_factor_PVT.Create_decision_factors(

3263: *****/
3264:
3265: -- Calling Private package: Create_DECISION_FACTOR
3266: -- Hint: Primary key needs to be returned
3267: AS_decision_factor_PVT.Create_decision_factors(
3268: P_Api_Version_Number => 2.0,
3269: P_Init_Msg_List => FND_API.G_FALSE,
3270: P_Commit => p_commit,
3271: P_Validation_Level => P_Validation_Level,

Line 3431: AS_decision_factor_pvt.Update_decision_factors(

3427: x_pvt_Decision_Factor_rec => l_pvt_Decision_Factor_rec
3428: );
3429: *****/
3430:
3431: AS_decision_factor_pvt.Update_decision_factors(
3432: P_Api_Version_Number => 2.0,
3433: P_Init_Msg_List => FND_API.G_FALSE,
3434: P_Commit => p_commit,
3435: P_Validation_Level => P_Validation_Level,

Line 3596: AS_decision_factor_pvt.Delete_decision_factors(

3592: x_pvt_Decision_Factor_rec => l_pvt_Decision_Factor_rec
3593: );
3594: *****/
3595:
3596: AS_decision_factor_pvt.Delete_decision_factors(
3597: P_Api_Version_Number => 2.0,
3598: P_Init_Msg_List => FND_API.G_FALSE,
3599: P_Commit => p_commit,
3600: P_Validation_Level => P_Validation_Level,