DBA Data[Home] [Help]

APPS.GMD_SAMPLING_PLANS_PVT dependencies on GMD_SAMPLING_PLANS

Line 1: package GMD_SAMPLING_PLANS_PVT as

1: package GMD_SAMPLING_PLANS_PVT as
2: /* $Header: GMDVSPNS.pls 120.0 2005/05/25 19:34:19 appldev noship $ */
3: procedure INSERT_ROW (
4: X_ROWID in out NOCOPY VARCHAR2,
5: X_SAMPLING_PLAN_ID in NUMBER,

Line 160: FUNCTION fetch_row (p_sampling_plan IN gmd_sampling_plans%ROWTYPE,

156: X_SAMPLING_PLAN_ID in NUMBER
157: );
158: procedure ADD_LANGUAGE;
159:
160: FUNCTION fetch_row (p_sampling_plan IN gmd_sampling_plans%ROWTYPE,
161: x_sampling_plan OUT NOCOPY gmd_sampling_plans%ROWTYPE )
162: RETURN BOOLEAN ;
163: end GMD_SAMPLING_PLANS_PVT;

Line 161: x_sampling_plan OUT NOCOPY gmd_sampling_plans%ROWTYPE )

157: );
158: procedure ADD_LANGUAGE;
159:
160: FUNCTION fetch_row (p_sampling_plan IN gmd_sampling_plans%ROWTYPE,
161: x_sampling_plan OUT NOCOPY gmd_sampling_plans%ROWTYPE )
162: RETURN BOOLEAN ;
163: end GMD_SAMPLING_PLANS_PVT;

Line 163: end GMD_SAMPLING_PLANS_PVT;

159:
160: FUNCTION fetch_row (p_sampling_plan IN gmd_sampling_plans%ROWTYPE,
161: x_sampling_plan OUT NOCOPY gmd_sampling_plans%ROWTYPE )
162: RETURN BOOLEAN ;
163: end GMD_SAMPLING_PLANS_PVT;