DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CST_MOHRULES_PUB

Line 2972: cst_mohRules_pub.apply_moh(

2968: -- absorb only this level material overhead.
2969:
2970: l_stmt_num := 10;
2971: /* Changes for MOH Absorption Rules engine */
2972: cst_mohRules_pub.apply_moh(
2973: 1.0,
2974: p_organization_id => i_org_id,
2975: p_earn_moh =>l_earn_moh,
2976: p_txn_id => i_txn_id,

Line 5030: cst_mohRules_pub.apply_moh(

5026: -- Need to apply material overheads if standard org is receiving
5027: if (l_std_to_org =1) then
5028: l_stmt_num := 80;
5029: /* Changes for MOH Absorption engine */
5030: cst_mohRules_pub.apply_moh(
5031: 1.0,
5032: p_organization_id => l_std_org,
5033: p_earn_moh =>l_earn_moh,
5034: p_txn_id => i_txn_id,