DBA Data[Home] [Help]

APPS.RCV_VALIDATE_PO dependencies on RCV_VALIDATE_PO

Line 1: PACKAGE BODY RCV_VALIDATE_PO AS

1: PACKAGE BODY RCV_VALIDATE_PO AS
2: /* $Header: RCVTIR4B.pls 120.9 2011/11/04 13:03:52 sadibhat ship $ */
3:
4: /*===========================================================================
5:

Line 417: x_error_msg := 'All records failed by rcv_validate_po.validate_novation_receipts in process '||l_progress;

413: THEN
414:
415: x_validation_result_type := 'WARNING';
416: x_return_status := fnd_api.g_ret_sts_error;
417: x_error_msg := 'All records failed by rcv_validate_po.validate_novation_receipts in process '||l_progress;
418:
419: END validate_novation_receipts;
420:
421: End RCV_VALIDATE_PO;

Line 421: End RCV_VALIDATE_PO;

417: x_error_msg := 'All records failed by rcv_validate_po.validate_novation_receipts in process '||l_progress;
418:
419: END validate_novation_receipts;
420:
421: End RCV_VALIDATE_PO;
422: