DBA Data[Home] [Help]

APPS.PV_MATCH_PARTNER dependencies on FND_PROFILE

Line 94: l_top_n_rows :=nvl(fnd_profile.value('PV_TOP_N_MATCH_PARTNERS'), 10);

90: x_return_status := FND_API.G_RET_STS_SUCCESS ;
91: x_matched_prt := JTF_VARCHAR2_TABLE_100();
92:
93:
94: l_top_n_rows :=nvl(fnd_profile.value('PV_TOP_N_MATCH_PARTNERS'), 10);
95: l_matching_rank := 1;
96: l_combined_rank := 1;
97: l_all_ranks := ' 1 ';
98: