DBA Data[Home] [Help]

APPS.OKL_ECC_PUB dependencies on OKL_EC_EVALUATE_PVT

Line 5: THis function is a wrapper over okl_ec_evaluate_pvt.validate which

1: PACKAGE BODY okl_ecc_pub AS
2: /* $Header: OKLPECUB.pls 120.1 2005/08/23 05:41:52 asawanka noship $ */
3:
4: /**
5: THis function is a wrapper over okl_ec_evaluate_pvt.validate which
6: validates the eligibility criteria present on source object.
7: The fields in p_okl_ec_rec, corressponding to the eligibility criteria category
8: applicable to the source type, should be filled in p_okl_ec_rec.
9: **/

Line 42: okl_ec_evaluate_pvt.validate(

38: is_debug_statement_on := okl_debug_pub.check_log_on(l_module
39: ,fnd_log.level_statement);
40:
41: --Now call the validate procedure
42: okl_ec_evaluate_pvt.validate(
43: p_api_version => p_api_version,
44: p_init_msg_list => p_init_msg_list,
45: x_return_status => x_return_status,
46: x_msg_count => x_msg_count,

Line 84: This function is a wrapper over okl_ec_evaluate_pvt.compare_eligibility_criteria

80:
81: END evaluate_eligibility_criteria;
82:
83: /**
84: This function is a wrapper over okl_ec_evaluate_pvt.compare_eligibility_criteria
85: which checks the existenace of at lease one scenario wherein
86: common eligibility criteria defined on both the sources can be passed
87: successfully.If such scenario exists function returns true else false.
88: If there are no common eligibility criteria no comparison is done and

Line 120: l_ret := okl_ec_evaluate_pvt.compare_eligibility_criteria(p_source_id1

116: ,fnd_log.level_statement);
117:
118: --Now call the compare_eligibility_criteria function
119:
120: l_ret := okl_ec_evaluate_pvt.compare_eligibility_criteria(p_source_id1
121: ,p_source_type1
122: ,p_source_id2
123: ,p_source_type2);
124: