DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_MOHRULES_PUB

Line 3560: cst_mohRules_pub.apply_moh(

3556: -- If MOH Absorption is overridden, the this level moh costs have to be driven to ppv.
3557: -- Also modified code so only this level moh is absorbed. bug 2277950
3558:
3559: -- Changes for MOH Absorption Rules engine
3560: cst_mohRules_pub.apply_moh(
3561: 1.0,
3562: p_organization_id => l_std_org,
3563: p_earn_moh =>l_earn_moh,
3564: p_txn_id => i_txn_id,

Line 3829: cst_mohRules_pub.apply_moh(

3825: have to be driven to ppv.*/
3826: /* Also modified code so only this level moh is absorbed. bug 2277950*/
3827:
3828: /* Changes for MOH Absorption Rules engine */
3829: cst_mohRules_pub.apply_moh(
3830: 1.0,
3831: p_organization_id => l_std_org,
3832: p_earn_moh =>l_earn_moh,
3833: p_txn_id => i_txn_id,

Line 7695: cst_mohRules_pub.apply_moh(

7691:
7692: /*----------------------------------------------------------------------+
7693: | Verify whether to earn MOH or not
7694: +----------------------------------------------------------------------*/
7695: cst_mohRules_pub.apply_moh(
7696: 1.0,
7697: p_organization_id => org_id,
7698: p_earn_moh => l_earn_moh,
7699: p_txn_id => trans_id,