DBA Data[Home] [Help]

APPS.CN_TRX_FACTORS_PVT dependencies on CN_CHK_PLAN_ELEMENT_PKG

Line 63: x_quota_id := cn_chk_plan_element_pkg.get_quota_id(Ltrim(Rtrim(p_quota_name)),p_org_id);

59: x_loading_status => l_loading_status)) = FND_API.G_TRUE ) THEN
60: RAISE FND_API.G_EXC_ERROR ;
61: END IF;
62: -- Quota ID
63: x_quota_id := cn_chk_plan_element_pkg.get_quota_id(Ltrim(Rtrim(p_quota_name)),p_org_id);
64: -- Get the Revenue Class ID
65: x_rev_class_id := cn_api.get_rev_class_id(Ltrim(Rtrim(p_rev_class_name)),p_org_id);
66: -- get the Quota Rule ID
67: x_quota_rule_id := cn_chk_plan_element_pkg.get_quota_rule_id(x_quota_id, x_rev_class_id);

Line 67: x_quota_rule_id := cn_chk_plan_element_pkg.get_quota_rule_id(x_quota_id, x_rev_class_id);

63: x_quota_id := cn_chk_plan_element_pkg.get_quota_id(Ltrim(Rtrim(p_quota_name)),p_org_id);
64: -- Get the Revenue Class ID
65: x_rev_class_id := cn_api.get_rev_class_id(Ltrim(Rtrim(p_rev_class_name)),p_org_id);
66: -- get the Quota Rule ID
67: x_quota_rule_id := cn_chk_plan_element_pkg.get_quota_rule_id(x_quota_id, x_rev_class_id);
68: IF p_quota_name IS NOT NULL THEN
69: IF x_quota_id IS NULL THEN
70: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR)
71: THEN

Line 357: CN_CHK_PLAN_ELEMENT_PKG.chk_trx_factor

353: AND trx_type = Ltrim(Rtrim(p_trx_factor_rec_tbl(i).trx_type)) ;
354: END IF;
355: END IF; -- trx Factor Exists
356: END LOOP; --+
357: CN_CHK_PLAN_ELEMENT_PKG.chk_trx_factor
358: (
359: x_return_status => x_return_status,
360: p_quota_rule_id => l_quota_rule_id,
361: p_rev_class_name => p_rev_class_name,