DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_LINE_UTIL

Line 516: OE_Line_Util.Lock_Rows

512:
513: ELSE
514: -- Lock and query the old line record
515:
516: OE_Line_Util.Lock_Rows
517: (p_line_id => p_line_id
518: ,x_line_tbl => l_old_line_tbl
519: ,x_return_status => x_return_status
520: );

Line 577: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);

573:
574: --Customer Acceptance
575: IF nvl(OE_SYS_PARAMETERS.VALUE('ENABLE_FULFILLMENT_ACCEPTANCE'), 'N') = 'Y' THEN
576:
577: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);
578:
579: -- need to check if the line is accepted when re-tried from progress order action
580: IF ((l_line_rec.flow_status_code='POST-BILLING_ACCEPTANCE' OR OE_ACCEPTANCE_UTIL.Post_billing_acceptance_on (l_line_rec))
581: AND OE_ACCEPTANCE_UTIL.Acceptance_Status(l_line_rec) = 'NOT_ACCEPTED')