DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_PVT dependencies on GMD_QC_TESTS

Line 1: PACKAGE gmd_qc_tests_pvt AUTHID CURRENT_USER AS

1: PACKAGE gmd_qc_tests_pvt AUTHID CURRENT_USER AS
2: /* $Header: GMDVTSTS.pls 115.4 2004/05/05 09:46:51 rboddu noship $ */
3:
4: FUNCTION insert_row(p_qc_tests_rec IN OUT NOCOPY GMD_QC_TESTS%ROWTYPE) RETURN BOOLEAN;
5:

Line 4: FUNCTION insert_row(p_qc_tests_rec IN OUT NOCOPY GMD_QC_TESTS%ROWTYPE) RETURN BOOLEAN;

1: PACKAGE gmd_qc_tests_pvt AUTHID CURRENT_USER AS
2: /* $Header: GMDVTSTS.pls 115.4 2004/05/05 09:46:51 rboddu noship $ */
3:
4: FUNCTION insert_row(p_qc_tests_rec IN OUT NOCOPY GMD_QC_TESTS%ROWTYPE) RETURN BOOLEAN;
5:
6: PROCEDURE insert_row (
7: X_ROWID in out NOCOPY ROWID,
8: X_TEST_ID in out NOCOPY NUMBER,

Line 203: p_gmd_qc_tests IN gmd_qc_tests%ROWTYPE ,

199:
200: PROCEDURE ADD_LANGUAGE;
201:
202: FUNCTION fetch_row (
203: p_gmd_qc_tests IN gmd_qc_tests%ROWTYPE ,
204: x_gmd_qc_tests OUT NOCOPY gmd_qc_tests%ROWTYPE
205: ) RETURN BOOLEAN ;
206:
207: FUNCTION lock_row (

Line 204: x_gmd_qc_tests OUT NOCOPY gmd_qc_tests%ROWTYPE

200: PROCEDURE ADD_LANGUAGE;
201:
202: FUNCTION fetch_row (
203: p_gmd_qc_tests IN gmd_qc_tests%ROWTYPE ,
204: x_gmd_qc_tests OUT NOCOPY gmd_qc_tests%ROWTYPE
205: ) RETURN BOOLEAN ;
206:
207: FUNCTION lock_row (
208: p_test_id IN NUMBER DEFAULT NULL,

Line 220: END gmd_qc_tests_pvt;

216: p_last_updated_by IN NUMBER DEFAULT NULL,
217: p_last_update_login IN NUMBER DEFAULT NULL
218: ) RETURN BOOLEAN ;
219:
220: END gmd_qc_tests_pvt;