DBA Data[Home] [Help]

APPS.INV_PREPROCESS_SCAN dependencies on INV_PREPROCESS_SCAN

Line 1: PACKAGE BODY INV_PREPROCESS_SCAN AS

1: PACKAGE BODY INV_PREPROCESS_SCAN AS
2: /* $Header: INVSCANB.pls 120.1 2005/06/17 15:15:09 appldev $ */
3:
4: -- x_return_status, should be S if a success. In this case, it will default
5: -- the x_processed_value as the result of the scan. If this is set to null

Line 20: END INV_PREPROCESS_SCAN;

16: x_return_status := 'S';
17: x_processed_value := p_scanned_value;
18: END;
19:
20: END INV_PREPROCESS_SCAN;