DBA Data[Home] [Help]

APPS.AK_REGION2_PVT dependencies on STANDARD

Line 40: -- Results The API returns the standard p_return_status parameter

36: -- passed. This API will process the file until the
37: -- EOF is reached, a parse error is encountered, or when
38: -- data for a different business object is read from the file.
39: --
40: -- Results The API returns the standard p_return_status parameter
41: -- indicating one of the standard return statuses :
42: -- * Unexpected error
43: -- * Error
44: -- * Success

Line 41: -- indicating one of the standard return statuses :

37: -- EOF is reached, a parse error is encountered, or when
38: -- data for a different business object is read from the file.
39: --
40: -- Results The API returns the standard p_return_status parameter
41: -- indicating one of the standard return statuses :
42: -- * Unexpected error
43: -- * Error
44: -- * Success
45: -- Parameters p_index : IN OUT required

Line 102: -- Results The API returns the standard p_return_status parameter

98: -- will process the file until the EOF is reached,
99: -- a parse error is encountered, or when data for
100: -- a different business object is read from the file.
101: --
102: -- Results The API returns the standard p_return_status parameter
103: -- indicating one of the standard return statuses :
104: -- * Unexpected error
105: -- * Error
106: -- * Success

Line 103: -- indicating one of the standard return statuses :

99: -- a parse error is encountered, or when data for
100: -- a different business object is read from the file.
101: --
102: -- Results The API returns the standard p_return_status parameter
103: -- indicating one of the standard return statuses :
104: -- * Unexpected error
105: -- * Error
106: -- * Success
107: -- Parameters p_validation_level : IN required

Line 129: -- Results The API returns the standard p_return_status parameter

125: -- code.
126: --
127: -- Desc This API updates a region item, if necessary
128: --
129: -- Results The API returns the standard p_return_status parameter
130: -- indicating one of the standard return statuses :
131: -- * Unexpected error
132: -- * Error
133: -- * Success

Line 130: -- indicating one of the standard return statuses :

126: --
127: -- Desc This API updates a region item, if necessary
128: --
129: -- Results The API returns the standard p_return_status parameter
130: -- indicating one of the standard return statuses :
131: -- * Unexpected error
132: -- * Error
133: -- * Success
134: -- Parameters Region Item columns

Line 165: -- Results The API returns the standard p_return_status parameter

161: --
162: -- Desc This API check to see if a region graph column record
163: -- exists with the given key values.
164: --
165: -- Results The API returns the standard p_return_status parameter
166: -- indicating one of the standard return statuses :
167: -- * Unexpected error
168: -- * Error
169: -- * Success

Line 166: -- indicating one of the standard return statuses :

162: -- Desc This API check to see if a region graph column record
163: -- exists with the given key values.
164: --
165: -- Results The API returns the standard p_return_status parameter
166: -- indicating one of the standard return statuses :
167: -- * Unexpected error
168: -- * Error
169: -- * Success
170: -- This function will return TRUE if such an object

Line 199: -- Results The API returns the standard p_return_status parameter

195: --
196: -- Desc This API check to see if a region lov relation record
197: -- exists with the given key values.
198: --
199: -- Results The API returns the standard p_return_status parameter
200: -- indicating one of the standard return statuses :
201: -- * Unexpected error
202: -- * Error
203: -- * Success

Line 200: -- indicating one of the standard return statuses :

196: -- Desc This API check to see if a region lov relation record
197: -- exists with the given key values.
198: --
199: -- Results The API returns the standard p_return_status parameter
200: -- indicating one of the standard return statuses :
201: -- * Unexpected error
202: -- * Error
203: -- * Success
204: -- This function will return TRUE if such an object

Line 239: -- Results The API returns the standard p_return_status parameter

235: -- owned by the Core Modules Team (AK).
236: --
237: -- Desc Perform validation on a region graph column record.
238: --
239: -- Results The API returns the standard p_return_status parameter
240: -- indicating one of the standard return statuses :
241: -- * Unexpected error
242: -- * Error
243: -- * Success

Line 240: -- indicating one of the standard return statuses :

236: --
237: -- Desc Perform validation on a region graph column record.
238: --
239: -- Results The API returns the standard p_return_status parameter
240: -- indicating one of the standard return statuses :
241: -- * Unexpected error
242: -- * Error
243: -- * Success
244: -- In addition, this function returns TRUE if all

Line 283: -- Results The API returns the standard p_return_status parameter

279: -- owned by the Core Modules Team (AK).
280: --
281: -- Desc Perform validation on a region lov relation record.
282: --
283: -- Results The API returns the standard p_return_status parameter
284: -- indicating one of the standard return statuses :
285: -- * Unexpected error
286: -- * Error
287: -- * Success

Line 284: -- indicating one of the standard return statuses :

280: --
281: -- Desc Perform validation on a region lov relation record.
282: --
283: -- Results The API returns the standard p_return_status parameter
284: -- indicating one of the standard return statuses :
285: -- * Unexpected error
286: -- * Error
287: -- * Success
288: -- In addition, this function returns TRUE if all

Line 337: -- Results The API returns the standard p_return_status parameter

333: -- Desc Creates a region graph column using the given info.
334: -- This API should only be called by other APIs that are
335: -- owned by the Core Modules Team (AK).
336: --
337: -- Results The API returns the standard p_return_status parameter
338: -- indicating one of the standard return statuses :
339: -- * Unexpected error
340: -- * Error
341: -- * Success

Line 338: -- indicating one of the standard return statuses :

334: -- This API should only be called by other APIs that are
335: -- owned by the Core Modules Team (AK).
336: --
337: -- Results The API returns the standard p_return_status parameter
338: -- indicating one of the standard return statuses :
339: -- * Unexpected error
340: -- * Error
341: -- * Success
342: -- Parameters Region columns

Line 384: -- Results The API returns the standard p_return_status parameter

380: -- Desc Creates a region lov relation using the given info.
381: -- This API should only be called by other APIs that are
382: -- owned by the Core Modules Team (AK).
383: --
384: -- Results The API returns the standard p_return_status parameter
385: -- indicating one of the standard return statuses :
386: -- * Unexpected error
387: -- * Error
388: -- * Success

Line 385: -- indicating one of the standard return statuses :

381: -- This API should only be called by other APIs that are
382: -- owned by the Core Modules Team (AK).
383: --
384: -- Results The API returns the standard p_return_status parameter
385: -- indicating one of the standard return statuses :
386: -- * Unexpected error
387: -- * Error
388: -- * Success
389: -- Parameters Region columns

Line 438: -- Results The API returns the standard p_return_status parameter

434: -- that are owned by the Core Modules Team (AK).
435: --
436: -- Desc This API updates a region graph column using the given info
437: --
438: -- Results The API returns the standard p_return_status parameter
439: -- indicating one of the standard return statuses :
440: -- * Unexpected error
441: -- * Error
442: -- * Success

Line 439: -- indicating one of the standard return statuses :

435: --
436: -- Desc This API updates a region graph column using the given info
437: --
438: -- Results The API returns the standard p_return_status parameter
439: -- indicating one of the standard return statuses :
440: -- * Unexpected error
441: -- * Error
442: -- * Success
443: -- Parameters Region graph column columns

Line 484: -- Results The API returns the standard p_return_status parameter

480: -- that are owned by the Core Modules Team (AK).
481: --
482: -- Desc This API updates a region lov relation using the given info
483: --
484: -- Results The API returns the standard p_return_status parameter
485: -- indicating one of the standard return statuses :
486: -- * Unexpected error
487: -- * Error
488: -- * Success

Line 485: -- indicating one of the standard return statuses :

481: --
482: -- Desc This API updates a region lov relation using the given info
483: --
484: -- Results The API returns the standard p_return_status parameter
485: -- indicating one of the standard return statuses :
486: -- * Unexpected error
487: -- * Error
488: -- * Success
489: -- Parameters Region lov relation columns

Line 538: -- Results The API returns the standard p_return_status parameter

534: -- owned by the Core Modules Team (AK).
535: --
536: -- Desc Perform validation on a region lov relation record.
537: --
538: -- Results The API returns the standard p_return_status parameter
539: -- indicating one of the standard return statuses :
540: -- * Unexpected error
541: -- * Error
542: -- * Success

Line 539: -- indicating one of the standard return statuses :

535: --
536: -- Desc Perform validation on a region lov relation record.
537: --
538: -- Results The API returns the standard p_return_status parameter
539: -- indicating one of the standard return statuses :
540: -- * Unexpected error
541: -- * Error
542: -- * Success
543: -- In addition, this function returns TRUE if all

Line 586: -- Results The API returns the standard p_return_status parameter

582: --
583: -- Desc This API check to see if a region item category usage record
584: -- exists with the given key values.
585: --
586: -- Results The API returns the standard p_return_status parameter
587: -- indicating one of the standard return statuses :
588: -- * Unexpected error
589: -- * Error
590: -- * Success

Line 587: -- indicating one of the standard return statuses :

583: -- Desc This API check to see if a region item category usage record
584: -- exists with the given key values.
585: --
586: -- Results The API returns the standard p_return_status parameter
587: -- indicating one of the standard return statuses :
588: -- * Unexpected error
589: -- * Error
590: -- * Success
591: -- This function will return TRUE if such an object

Line 620: -- Results The API returns the standard p_return_status parameter

616: -- Desc Creates a region item category usage using the given info.
617: -- This API should only be called by other APIs that are
618: -- owned by the Core Modules Team (AK).
619: --
620: -- Results The API returns the standard p_return_status parameter
621: -- indicating one of the standard return statuses :
622: -- * Unexpected error
623: -- * Error
624: -- * Success

Line 621: -- indicating one of the standard return statuses :

617: -- This API should only be called by other APIs that are
618: -- owned by the Core Modules Team (AK).
619: --
620: -- Results The API returns the standard p_return_status parameter
621: -- indicating one of the standard return statuses :
622: -- * Unexpected error
623: -- * Error
624: -- * Success
625: -- Parameters Region columns

Line 667: -- Results The API returns the standard p_return_status parameter

663: -- that are owned by the Core Modules Team (AK).
664: --
665: -- Desc This API updates a region lov relation using the given info
666: --
667: -- Results The API returns the standard p_return_status parameter
668: -- indicating one of the standard return statuses :
669: -- * Unexpected error
670: -- * Error
671: -- * Success

Line 668: -- indicating one of the standard return statuses :

664: --
665: -- Desc This API updates a region lov relation using the given info
666: --
667: -- Results The API returns the standard p_return_status parameter
668: -- indicating one of the standard return statuses :
669: -- * Unexpected error
670: -- * Error
671: -- * Success
672: -- Parameters Category usage columns