DBA Data[Home] [Help]

APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on PV_OPP_MATCH_PUB

Line 402: pv_opp_match_pub.Clear_Rules_Cache;

398: OPEN c_get_user_name(l_identity_salesforce_id);
399: FETCH c_get_user_name INTO l_user_name;
400: CLOSE c_get_user_name;
401:
402: pv_opp_match_pub.Clear_Rules_Cache;
403: pv_opp_match_pub.opportunity_selection(
404: P_Api_Version => 1.0,
405: P_Init_Msg_List => FND_API.G_TRUE,
406: P_Commit => FND_API.G_FALSE,

Line 403: pv_opp_match_pub.opportunity_selection(

399: FETCH c_get_user_name INTO l_user_name;
400: CLOSE c_get_user_name;
401:
402: pv_opp_match_pub.Clear_Rules_Cache;
403: pv_opp_match_pub.opportunity_selection(
404: P_Api_Version => 1.0,
405: P_Init_Msg_List => FND_API.G_TRUE,
406: P_Commit => FND_API.G_FALSE,
407: p_validation_level => FND_API.G_VALID_LEVEL_FULL,