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.2.12020000.2 2012/11/28 08:41:57 xiameng ship $*/
3:
4: /*===========================================================================
5:

Line 83: -- IF NOT (RCV_DATES_S.val_receipt_date_tolerance(x_line_loc_id,

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

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

262: x_progress := '020';
263:
264: IF x_trx_type IN ('RECEIVE','MATCH') AND x_line_loc_id IS NOT NULL THEN
265:
266: IF NOT (RCV_DATES_S.val_receipt_date_tolerance(x_line_loc_id,
267: x_trx_date)) THEN
268: /* BUG 704593
269: * The following app_error raises an exception, it's wrong for
270: * the scenario when the days_exception_code is only 'warning'.

Line 352: END RCV_DATES_S;

348: RAISE;
349:
350: END val_receipt_date_tolerance;
351:
352: END RCV_DATES_S;