DBA Data[Home] [Help]

APPS.OKC_PAV_PVT dependencies on OKC_PAV_PVT

Line 1: PACKAGE BODY OKC_PAV_PVT AS

1: PACKAGE BODY OKC_PAV_PVT AS
2: /* $Header: OKCSPAVB.pls 120.1 2010/11/16 14:54:29 nvvaidya ship $ */
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: ---------------------------------------------------------------------------

Line 38: p_pav_rec IN OKC_PAV_PVT.pav_rec_type,

34: null;
35: END api_copy;
36:
37: FUNCTION get_rec (
38: p_pav_rec IN OKC_PAV_PVT.pav_rec_type,
39: x_no_data_found OUT NOCOPY BOOLEAN
40: ) RETURN OKC_PAV_PVT.pav_rec_type IS
41: l_pav_rec OKC_PAV_PVT.pav_rec_type;
42: BEGIN

Line 40: ) RETURN OKC_PAV_PVT.pav_rec_type IS

36:
37: FUNCTION get_rec (
38: p_pav_rec IN OKC_PAV_PVT.pav_rec_type,
39: x_no_data_found OUT NOCOPY BOOLEAN
40: ) RETURN OKC_PAV_PVT.pav_rec_type IS
41: l_pav_rec OKC_PAV_PVT.pav_rec_type;
42: BEGIN
43: --SUbstitute name
44: l_pav_rec:= OKC_SPLIT1_PAV_PVT.get_rec(p_pav_rec,x_no_data_found );

Line 41: l_pav_rec OKC_PAV_PVT.pav_rec_type;

37: FUNCTION get_rec (
38: p_pav_rec IN OKC_PAV_PVT.pav_rec_type,
39: x_no_data_found OUT NOCOPY BOOLEAN
40: ) RETURN OKC_PAV_PVT.pav_rec_type IS
41: l_pav_rec OKC_PAV_PVT.pav_rec_type;
42: BEGIN
43: --SUbstitute name
44: l_pav_rec:= OKC_SPLIT1_PAV_PVT.get_rec(p_pav_rec,x_no_data_found );
45: ---

Line 50: p_pav_rec IN OKC_PAV_PVT.pav_rec_type

46: RETURN(l_pav_rec);
47: END get_rec;
48:
49: FUNCTION get_rec (
50: p_pav_rec IN OKC_PAV_PVT.pav_rec_type
51: ) RETURN OKC_PAV_PVT.pav_rec_type IS
52: l_row_notfound BOOLEAN := TRUE;
53: BEGIN
54: RETURN(get_rec(p_pav_rec, l_row_notfound));

Line 51: ) RETURN OKC_PAV_PVT.pav_rec_type IS

47: END get_rec;
48:
49: FUNCTION get_rec (
50: p_pav_rec IN OKC_PAV_PVT.pav_rec_type
51: ) RETURN OKC_PAV_PVT.pav_rec_type IS
52: l_row_notfound BOOLEAN := TRUE;
53: BEGIN
54: RETURN(get_rec(p_pav_rec, l_row_notfound));
55: END get_rec;

Line 4829: END OKC_PAV_PVT;

4825: return l_return_status;
4826: END restore_version;
4827:
4828:
4829: END OKC_PAV_PVT;