DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_HOLDS_PUB

Line 178: OE_Holds_PUB.Delete_Holds(p_line_id => p_line_id );

174: -- line workflows are only started when order is in fulfillment phase.
175: IF nvl(p_transaction_phase_code,'F') = 'F' THEN
176: OE_Order_WF_Util.delete_row(p_type => 'LINE', p_id => p_line_id);
177: END IF;
178: OE_Holds_PUB.Delete_Holds(p_line_id => p_line_id );
179:
180: -- 1829201, commitment related changes.
181: -- OE_Payments_Util.delete_row(p_line_id => p_line_id);
182:

Line 1847: OE_HOLDS_PUB.Check_Holds

1843: IF l_debug_level > 0 THEN
1844: oe_debug_pub.add('CHECKING CREDIT CHECK HOLD FOR HEADER/LINE ID : ' || TO_CHAR ( p_x_line_rec.header_id ) || '/' || TO_CHAR ( p_x_line_rec.line_id ) ) ;
1845: END IF;
1846:
1847: OE_HOLDS_PUB.Check_Holds
1848: ( p_api_version => 1.0
1849: , p_header_id => p_x_line_rec.header_id
1850: , p_line_id => p_x_line_rec.line_id
1851: , p_hold_id => 1

Line 17578: OE_Holds_PUB.evaluate_holds_post_write

17574: THEN
17575: if l_debug_level > 0 then
17576: oe_debug_pub.add('Call evaluate_holds_post_write for CREATE');
17577: end if;
17578: OE_Holds_PUB.evaluate_holds_post_write
17579: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE
17580: ,p_entity_id => p_x_line_rec.line_id
17581: ,x_msg_count => l_msg_count
17582: ,x_msg_data => l_msg_data