DBA Data[Home] [Help]

APPS.OKL_EC_EVALUATE_PVT dependencies on OKL_EXECUTE_FORMULA_PVT

Line 1913: okl_execute_formula_pvt.execute_eligibility_criteria ( p_api_version => l_api_version,

1909: g_ec_values_tbl := l_ec_values_tbl;
1910:
1911: --call the execute function API
1912: l_function_name := ec_tbl(i).EVALUATION_FUNCTION;
1913: okl_execute_formula_pvt.execute_eligibility_criteria ( p_api_version => l_api_version,
1914: p_init_msg_list => l_init_msg_list,
1915: x_return_status => x_return_status,
1916: x_msg_count => x_msg_count,
1917: x_msg_data => x_msg_data,

Line 1924: ,'okl_execute_formula_pvt.execute_eligibility_criteria returned with status ' ||

1920: );
1921: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
1922: okl_debug_pub.log_debug(fnd_log.level_statement
1923: ,l_module
1924: ,'okl_execute_formula_pvt.execute_eligibility_criteria returned with status ' ||
1925: x_return_status ||
1926: ' x_msg_data ' ||
1927: x_msg_data);
1928: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 2297: okl_execute_formula_pvt.execute_eligibility_criteria ( p_api_version => l_api_version,

2293: g_ac_values_tbl := l_ac_values_tbl;
2294:
2295: --call the execute function API
2296: l_function_name := ac_tbl(i).EVALUATION_FUNCTION;
2297: okl_execute_formula_pvt.execute_eligibility_criteria ( p_api_version => l_api_version,
2298: p_init_msg_list => l_init_msg_list,
2299: x_return_status => l_return_status,
2300: x_msg_count => l_msg_count,
2301: x_msg_data => l_msg_data,

Line 2308: ,'okl_execute_formula_pvt.execute_eligibility_criteria returned with status ' ||

2304: );
2305: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
2306: okl_debug_pub.log_debug(fnd_log.level_statement
2307: ,l_module
2308: ,'okl_execute_formula_pvt.execute_eligibility_criteria returned with status ' ||
2309: l_return_status ||
2310: ' x_msg_data ' ||
2311: l_msg_data);
2312: END IF; -- end of NVL(l_debug_enabled,'N')='Y'