DBA Data[Home] [Help]

APPS.RCV_DATES_S dependencies on RCV_DATES_S

Line 1: PACKAGE BODY RCV_DATES_S AS

1: PACKAGE BODY RCV_DATES_S AS
2: /* $Header: RCVTXDAB.pls 120.0.12010000.2 2008/08/04 08:42:42 rramasam ship $*/
3:
4: /*===========================================================================
5:

Line 80: IF NOT (RCV_DATES_S.val_receipt_date_tolerance(x_line_loc_id,

76: x_progress := '020';
77:
78: IF x_trx_type IN ('RECEIVE','MATCH') AND x_line_loc_id IS NOT NULL THEN
79:
80: IF NOT (RCV_DATES_S.val_receipt_date_tolerance(x_line_loc_id,
81: x_trx_date)) THEN
82: /* BUG 704593
83: * The following app_error raises an exception, it's wrong for
84: * the scenario when the days_exception_code is only 'warning'.

Line 327: END RCV_DATES_S;

323: RAISE;
324:
325: END val_receipt_date_tolerance;
326:
327: END RCV_DATES_S;