DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RCV_GRP dependencies on STANDARD

Line 31: -- inspection required lot and "STANDARD"

27: --
28: -- This procedure calls skip lot evaluation
29: -- engine to evaluate inspection status for
30: -- a given lot and return "INSPECT" for
31: -- inspection required lot and "STANDARD"
32: -- for skipped lot.
33: --
34:
35: PROCEDURE EVALUATE_LOT

Line 61: x_evaluation_result OUT NOCOPY VARCHAR2, -- returns INSPECTor STANDARD

57: p_po_line_location_id IN NUMBER DEFAULT null,
58: p_po_distribution_id IN NUMBER DEFAULT null,
59: p_lpn_id IN NUMBER DEFAULT null,
60: p_wms_flag IN VARCHAR2 DEFAULT 'N',
61: x_evaluation_result OUT NOCOPY VARCHAR2, -- returns INSPECTor STANDARD
62: x_return_status OUT NOCOPY VARCHAR2,
63: x_msg_count OUT NOCOPY NUMBER,
64: x_msg_data OUT NOCOPY VARCHAR2);
65: