DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_UTIL dependencies on OE_VERIFY_PAYMENT_PUB

Line 1739: l_calling_action := OE_Verify_Payment_PUB.Which_Rule(p_header_id => p_x_header_adj_rec.header_id);

1735: IF l_debug_level > 0 THEN
1736: oe_debug_pub.add( 'OEXUHADB: BEFORE CALLING WHICH RULE ' ) ;
1737: END IF;
1738:
1739: l_calling_action := OE_Verify_Payment_PUB.Which_Rule(p_header_id => p_x_header_adj_rec.header_id);
1740:
1741: IF l_debug_level > 0 THEN
1742: oe_debug_pub.add( 'OEXUHADB: RULE TO BE USED IS : '|| l_calling_action ) ;
1743: END IF;

Line 1749: l_rule_defined := OE_Verify_Payment_PUB.Check_Rule_Defined

1745: IF l_debug_level > 0 THEN
1746: oe_debug_pub.add( 'OEXUHADB: BEFORE CHECKING IF THE RULE IS DEFINED OR NOT' ) ;
1747: END IF;
1748:
1749: l_rule_defined := OE_Verify_Payment_PUB.Check_Rule_Defined
1750: ( p_header_rec => l_header_rec
1751: , p_calling_action => l_calling_action
1752: ) ;
1753: