DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_HOLDS_PUB

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

357: -- line workflows are only started when order is in fulfillment phase.
358: IF nvl(p_transaction_phase_code,'F') = 'F' THEN
359: OE_Order_WF_Util.delete_row(p_type => 'LINE', p_id => p_line_id);
360: END IF;
361: OE_Holds_PUB.Delete_Holds(p_line_id => p_line_id );
362:
363: -- 1829201, commitment related changes.
364: -- OE_Payments_Util.delete_row(p_line_id => p_line_id);
365:

Line 2345: OE_HOLDS_PUB.Check_Holds

2341: IF l_debug_level > 0 THEN
2342: 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 ) ) ;
2343: END IF;
2344:
2345: OE_HOLDS_PUB.Check_Holds
2346: ( p_api_version => 1.0
2347: , p_header_id => p_x_line_rec.header_id
2348: , p_line_id => p_x_line_rec.line_id
2349: , p_hold_id => 1

Line 19284: OE_Holds_PUB.evaluate_holds_post_write

19280: THEN
19281: if l_debug_level > 0 then
19282: oe_debug_pub.add('Call evaluate_holds_post_write for CREATE');
19283: end if;
19284: OE_Holds_PUB.evaluate_holds_post_write
19285: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE
19286: ,p_entity_id => p_x_line_rec.line_id
19287: ,x_msg_count => l_msg_count
19288: ,x_msg_data => l_msg_data