DBA Data[Home] [Help]

APPS.GMDOPVAL_PUB dependencies on GMDOPVAL_PUB

Line 1: PACKAGE BODY GMDOPVAL_PUB AS

1: PACKAGE BODY GMDOPVAL_PUB AS
2: /* $Header: GMDPOPVB.pls 120.1 2005/09/29 11:20:45 srsriran noship $ */
3:
4: /* ====================================================================
5: FUNCTION:

Line 15: X_ret := gmdopval_pub.check_duplicate_oprn(poprn_no, poprn_vers, pcalledby_form);

11:
12: REQUIREMENTS
13: oprn_no and oprn_vers must be non null values.
14: SYNOPSIS:
15: X_ret := gmdopval_pub.check_duplicate_oprn(poprn_no, poprn_vers, pcalledby_form);
16:
17: RETURNS:
18: 0 Success
19: -1 Some required values for procedure are missing.

Line 71: X_ret := gmdopval_pub.check_oprn_class(poprn_class, pcalledby_form);

67: This PL/SQL function is responsible for
68: checking that the operation class is valid.
69:
70: SYNOPSIS:
71: X_ret := gmdopval_pub.check_oprn_class(poprn_class, pcalledby_form);
72:
73: RETURNS:
74: 0 Success
75: -1 Some required values for procedure are missing.

Line 120: X_ret := gmdopval_pub.check_activity(pactivity, pcalledby_form);

116: This PL/SQL function is responsible for
117: checking that the activity is valid.
118:
119: SYNOPSIS:
120: X_ret := gmdopval_pub.check_activity(pactivity, pcalledby_form);
121:
122: REQUIREMENTS
123: activity must be a non null value.
124: RETURNS:

Line 171: X_ret := gmdopval_pub.check_resource(presource, pcalledby_form);

167: This PL/SQL function is responsible for
168: checking that the resource is valid.
169:
170: SYNOPSIS:
171: X_ret := gmdopval_pub.check_resource(presource, pcalledby_form);
172:
173: REQUIREMENTS
174: resource must be a non null value.
175:

Line 223: X_ret := gmdopval_pub.check_cost_cmpnt_cls(pcost_cmpntcls_code, pcalledby_form);

219: This PL/SQL function is responsible for
220: checking that the cost component class is a valid value.
221:
222: SYNOPSIS:
223: X_ret := gmdopval_pub.check_cost_cmpnt_cls(pcost_cmpntcls_code, pcalledby_form);
224:
225: REQUIREMENTS
226: cost component class must be a non null value.
227:

Line 277: X_ret := gmdopval_pub.check_cost_analysis(pcost_analysis_code, pcalledby_form);

273: This PL/SQL function is responsible for
274: checking that the cost analysis code is a valid value.
275:
276: SYNOPSIS:
277: X_ret := gmdopval_pub.check_cost_analysis(pcost_analysis_code, pcalledby_form);
278:
279: RETURNS:
280: 0 Success
281: -1 Some required values for procedure are missing.

Line 319: END GMDOPVAL_PUB;

315: RETURN GMD_COST_ANALYSIS_ERR;
316: END IF;
317: END check_cost_analysis;
318:
319: END GMDOPVAL_PUB;