DBA Data[Home] [Help]

APPS.OKL_BP_RULES dependencies on OKL_RULE_APIS_PVT

Line 43: Okl_Rule_Apis_Pvt.GET_CONTRACT_RGS(

39:
40:
41:
42: --Get all rules for a Contract and Rule group
43: Okl_Rule_Apis_Pvt.GET_CONTRACT_RGS(
44: l_api_version,
45: l_init_msg_list,
46: l_khr_id,
47: l_kle_id,

Line 65: Okl_Rule_Apis_Pvt.GET_CONTRACT_RULES(

61: ELSE
62: NULL;
63: END IF;
64:
65: Okl_Rule_Apis_Pvt.GET_CONTRACT_RULES(
66: l_api_version,
67: l_init_msg_list,
68: l_rgpv_rec,
69: p_rdf_code,

Line 93: Okl_Rule_Apis_Pvt.GET_RULE_DISP_VALUE(

89:
90: /*
91: This section needed only to view the details of a rule evaluation SQL
92: BPD does not need this yet...
93: Okl_Rule_Apis_Pvt.GET_RULE_DISP_VALUE(
94: l_api_version,
95: l_init_msg_list,
96: l_rulv_rec,
97: l_return_status,