DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_MOHRULES_PUB

Line 3651: cst_mohRules_pub.apply_moh(

3647: -- If MOH Absorption is overridden, the this level moh costs have to be driven to ppv.
3648: -- Also modified code so only this level moh is absorbed. bug 2277950
3649:
3650: -- Changes for MOH Absorption Rules engine
3651: cst_mohRules_pub.apply_moh(
3652: 1.0,
3653: p_organization_id => l_std_org,
3654: p_earn_moh =>l_earn_moh,
3655: p_txn_id => i_txn_id,

Line 3920: cst_mohRules_pub.apply_moh(

3916: have to be driven to ppv.*/
3917: /* Also modified code so only this level moh is absorbed. bug 2277950*/
3918:
3919: /* Changes for MOH Absorption Rules engine */
3920: cst_mohRules_pub.apply_moh(
3921: 1.0,
3922: p_organization_id => l_std_org,
3923: p_earn_moh =>l_earn_moh,
3924: p_txn_id => i_txn_id,

Line 7894: cst_mohRules_pub.apply_moh(

7890:
7891: /*----------------------------------------------------------------------+
7892: | Verify whether to earn MOH or not
7893: +----------------------------------------------------------------------*/
7894: cst_mohRules_pub.apply_moh(
7895: 1.0,
7896: p_organization_id => org_id,
7897: p_earn_moh => l_earn_moh,
7898: p_txn_id => trans_id,