DBA Data[Home] [Help]

APPS.OE_COMMITMENT_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 647: l_result := Oe_Delayed_Requests_Pvt.Check_For_Request(p_request_rec.entity_code,

643: oe_debug_pub.add('p_request_rec.entity_code : '||p_request_rec.entity_code);
644: oe_debug_pub.add('p_request_rec.entity_id : '||p_request_rec.entity_id);
645: oe_debug_pub.add('p_request_rec.request_type : '||p_request_rec.request_type);
646: END IF;
647: l_result := Oe_Delayed_Requests_Pvt.Check_For_Request(p_request_rec.entity_code,
648: p_request_rec.entity_id,
649: OE_GLOBALS.G_UPDATE_COMMITMENT_APPLIED
650: );
651: IF l_result THEN

Line 721: OE_delayed_requests_Pvt.log_request

717:
718: IF l_debug_level > 0 THEN
719: oe_debug_pub.add( 'LOGGING DELAYED REQUEST FOR VERIFY PAYMENT IN COMMITMENTS' , 2 ) ;
720: END IF;
721: OE_delayed_requests_Pvt.log_request
722: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
723: p_entity_id => l_header_id,
724: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
725: p_requesting_entity_id => l_line_id,