DBA Data[Home] [Help]

APPS.GMD_SAMPLING_EVENTS_PVT dependencies on GMD_SAMPLING_EVENTS

Line 1: PACKAGE GMD_SAMPLING_EVENTS_PVT AUTHID CURRENT_USER AS

1: PACKAGE GMD_SAMPLING_EVENTS_PVT AUTHID CURRENT_USER AS
2: /* $Header: GMDVSEVS.pls 120.0.12010000.2 2009/03/18 15:53:56 rnalla ship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMD_SAMPLING_EVENTS_PVT |

7: --| Redwood Shores, CA, USA |
8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMDVSEVS.pls |
11: --| Package Name : GMD_SAMPLING_EVENTS_PVT |
12: --| Type : Private |
13: --| |
14: --| Notes |
15: --| This package contains private layer APIs for Sampling Events |

Line 25: p_sampling_events IN GMD_SAMPLING_EVENTS%ROWTYPE

21: -- End of comments
22:
23:
24: FUNCTION insert_row (
25: p_sampling_events IN GMD_SAMPLING_EVENTS%ROWTYPE
26: , x_sampling_events OUT NOCOPY GMD_SAMPLING_EVENTS%ROWTYPE
27: )
28: RETURN BOOLEAN;
29:

Line 26: , x_sampling_events OUT NOCOPY GMD_SAMPLING_EVENTS%ROWTYPE

22:
23:
24: FUNCTION insert_row (
25: p_sampling_events IN GMD_SAMPLING_EVENTS%ROWTYPE
26: , x_sampling_events OUT NOCOPY GMD_SAMPLING_EVENTS%ROWTYPE
27: )
28: RETURN BOOLEAN;
29:
30: FUNCTION delete_row (p_sampling_event_id IN NUMBER)

Line 37: p_sampling_events IN gmd_sampling_events%ROWTYPE

33: FUNCTION lock_row (p_sampling_event_id IN NUMBER)
34: RETURN BOOLEAN;
35:
36: FUNCTION fetch_row (
37: p_sampling_events IN gmd_sampling_events%ROWTYPE
38: , x_sampling_events OUT NOCOPY gmd_sampling_events%ROWTYPE
39: )
40: RETURN BOOLEAN;
41:

Line 38: , x_sampling_events OUT NOCOPY gmd_sampling_events%ROWTYPE

34: RETURN BOOLEAN;
35:
36: FUNCTION fetch_row (
37: p_sampling_events IN gmd_sampling_events%ROWTYPE
38: , x_sampling_events OUT NOCOPY gmd_sampling_events%ROWTYPE
39: )
40: RETURN BOOLEAN;
41:
42: END GMD_SAMPLING_EVENTS_PVT;

Line 42: END GMD_SAMPLING_EVENTS_PVT;

38: , x_sampling_events OUT NOCOPY gmd_sampling_events%ROWTYPE
39: )
40: RETURN BOOLEAN;
41:
42: END GMD_SAMPLING_EVENTS_PVT;