DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on STANDARD

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

18: -- Desc This API inserts each object in the from table
19: -- to the end of the to table if the object does
20: -- not exist in the to table.
21: --
22: -- Results The API returns the standard p_return_status parameter
23: -- indicating one of the standard return statuses :
24: -- * Unexpected error
25: -- * Error
26: -- * Success

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

19: -- to the end of the to table if the object does
20: -- not exist in the to table.
21: --
22: -- Results The API returns the standard p_return_status parameter
23: -- indicating one of the standard return statuses :
24: -- * Unexpected error
25: -- * Error
26: -- * Success
27: -- Parameters p_from_table : IN required

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

51: --
52: -- Desc This API check to see if an object attribute record
53: -- exists with the given key values.
54: --
55: -- Results The API returns the standard p_return_status parameter
56: -- indicating one of the standard return statuses :
57: -- * Unexpected error
58: -- * Error
59: -- * Success

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

52: -- Desc This API check to see if an object attribute record
53: -- exists with the given key values.
54: --
55: -- Results The API returns the standard p_return_status parameter
56: -- indicating one of the standard return statuses :
57: -- * Unexpected error
58: -- * Error
59: -- * Success
60: -- This function will return TRUE if such an object

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

82: --
83: -- Desc This API check to see if an attribute navigation record
84: -- exists with the given key values.
85: --
86: -- Results The API returns the standard p_return_status parameter
87: -- indicating one of the standard return statuses :
88: -- * Unexpected error
89: -- * Error
90: -- * Success

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

83: -- Desc This API check to see if an attribute navigation record
84: -- exists with the given key values.
85: --
86: -- Results The API returns the standard p_return_status parameter
87: -- indicating one of the standard return statuses :
88: -- * Unexpected error
89: -- * Error
90: -- * Success
91: -- This function will return TRUE if such an attribute

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

116: --
117: -- Desc This API check to see if an attribute value record
118: -- exists with the given key values.
119: --
120: -- Results The API returns the standard p_return_status parameter
121: -- indicating one of the standard return statuses :
122: -- * Unexpected error
123: -- * Error
124: -- * Success

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

117: -- Desc This API check to see if an attribute value record
118: -- exists with the given key values.
119: --
120: -- Results The API returns the standard p_return_status parameter
121: -- indicating one of the standard return statuses :
122: -- * Unexpected error
123: -- * Error
124: -- * Success
125: -- This function will return TRUE if such an attribute

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

162: -- key value into a given object table
163: -- (of type Object_PK_Tbl_Type) only if the
164: -- primary key does not already exist in the table.
165: --
166: -- Results The API returns the standard p_return_status parameter
167: -- indicating one of the standard return statuses :
168: -- * Unexpected error
169: -- * Error
170: -- * Success

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

163: -- (of type Object_PK_Tbl_Type) only if the
164: -- primary key does not already exist in the table.
165: --
166: -- Results The API returns the standard p_return_status parameter
167: -- indicating one of the standard return statuses :
168: -- * Unexpected error
169: -- * Error
170: -- * Success
171: -- Parameters p_database_object_name : IN required

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

193: --
194: -- Desc This API check to see if an object
195: -- exists with the given key values.
196: --
197: -- Results The API returns the standard p_return_status parameter
198: -- indicating one of the standard return statuses :
199: -- * Unexpected error
200: -- * Error
201: -- * Success

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

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

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

220: -- owned by the Core Modules Team (AK).
221: --
222: -- Desc Deletes an object attribute with the given key value.
223: --
224: -- Results The API returns the standard p_return_status parameter
225: -- indicating one of the standard return statuses :
226: -- * Unexpected error
227: -- * Error
228: -- * Success

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

221: --
222: -- Desc Deletes an object attribute with the given key value.
223: --
224: -- Results The API returns the standard p_return_status parameter
225: -- indicating one of the standard return statuses :
226: -- * Unexpected error
227: -- * Error
228: -- * Success
229: -- Parameters p_database_object_name : IN required

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

261: --
262: -- Desc Deletes an attribute navigation record with the
263: -- given key value.
264: --
265: -- Results The API returns the standard p_return_status parameter
266: -- indicating one of the standard return statuses :
267: -- * Unexpected error
268: -- * Error
269: -- * Success

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

262: -- Desc Deletes an attribute navigation record with the
263: -- given key value.
264: --
265: -- Results The API returns the standard p_return_status parameter
266: -- indicating one of the standard return statuses :
267: -- * Unexpected error
268: -- * Error
269: -- * Success
270: -- Parameters p_database_object_name : IN required

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

308: -- owned by the Core Modules Team (AK).
309: --
310: -- Desc Deletes an attribute value record with the given key value.
311: --
312: -- Results The API returns the standard p_return_status parameter
313: -- indicating one of the standard return statuses :
314: -- * Unexpected error
315: -- * Error
316: -- * Success

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

309: --
310: -- Desc Deletes an attribute value record with the given key value.
311: --
312: -- Results The API returns the standard p_return_status parameter
313: -- indicating one of the standard return statuses :
314: -- * Unexpected error
315: -- * Error
316: -- * Success
317: -- Parameters p_database_object_name : IN required

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

361: -- owned by the Core Modules Team (AK).
362: --
363: -- Desc Deletes an object with the given key value.
364: --
365: -- Results The API returns the standard p_return_status parameter
366: -- indicating one of the standard return statuses :
367: -- * Unexpected error
368: -- * Error
369: -- * Success

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

362: --
363: -- Desc Deletes an object with the given key value.
364: --
365: -- Results The API returns the standard p_return_status parameter
366: -- indicating one of the standard return statuses :
367: -- * Unexpected error
368: -- * Error
369: -- * Success
370: -- Parameters p_database_object_name : IN required

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

397: -- owned by the Core Modules Team (AK).
398: --
399: -- Desc Perform validation on an object attribute record.
400: --
401: -- Results The API returns the standard p_return_status parameter
402: -- indicating one of the standard return statuses :
403: -- * Unexpected error
404: -- * Error
405: -- * Success

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

398: --
399: -- Desc Perform validation on an object attribute record.
400: --
401: -- Results The API returns the standard p_return_status parameter
402: -- indicating one of the standard return statuses :
403: -- * Unexpected error
404: -- * Error
405: -- * Success
406: -- In addition, this function returns TRUE if all

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

466: -- owned by the Core Modules Team (AK).
467: --
468: -- Desc Perform validation on an attribute navigation record.
469: --
470: -- Results The API returns the standard p_return_status parameter
471: -- indicating one of the standard return statuses :
472: -- * Unexpected error
473: -- * Error
474: -- * Success

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

467: --
468: -- Desc Perform validation on an attribute navigation record.
469: --
470: -- Results The API returns the standard p_return_status parameter
471: -- indicating one of the standard return statuses :
472: -- * Unexpected error
473: -- * Error
474: -- * Success
475: -- In addition, this function returns TRUE if all

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

513: -- owned by the Core Modules Team (AK).
514: --
515: -- Desc Perform validation on an attribute value record.
516: --
517: -- Results The API returns the standard p_return_status parameter
518: -- indicating one of the standard return statuses :
519: -- * Unexpected error
520: -- * Error
521: -- * Success

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

514: --
515: -- Desc Perform validation on an attribute value record.
516: --
517: -- Results The API returns the standard p_return_status parameter
518: -- indicating one of the standard return statuses :
519: -- * Unexpected error
520: -- * Error
521: -- * Success
522: -- In addition, this function returns TRUE if all

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

567: -- owned by the Core Modules Team (AK).
568: --
569: -- Desc Perform validation on an object record.
570: --
571: -- Results The API returns the standard p_return_status parameter
572: -- indicating one of the standard return statuses :
573: -- * Unexpected error
574: -- * Error
575: -- * Success

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

568: --
569: -- Desc Perform validation on an object record.
570: --
571: -- Results The API returns the standard p_return_status parameter
572: -- indicating one of the standard return statuses :
573: -- * Unexpected error
574: -- * Error
575: -- * Success
576: -- In addition, this function returns TRUE if all

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

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

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

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

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

704: -- Desc Creates an attribute navigation record using the given
705: -- info. This API should only be called by other APIs that
706: -- are owned by the Core Modules Team (AK).
707: --
708: -- Results The API returns the standard p_return_status parameter
709: -- indicating one of the standard return statuses :
710: -- * Unexpected error
711: -- * Error
712: -- * Success

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

705: -- info. This API should only be called by other APIs that
706: -- are owned by the Core Modules Team (AK).
707: --
708: -- Results The API returns the standard p_return_status parameter
709: -- indicating one of the standard return statuses :
710: -- * Unexpected error
711: -- * Error
712: -- * Success
713: -- Parameters Attribute Navigation columns

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

770: -- Desc Creates an attribute value record using the given info.
771: -- This API should only be called by other APIs that are
772: -- owned by the Core Modules Team (AK).
773: --
774: -- Results The API returns the standard p_return_status parameter
775: -- indicating one of the standard return statuses :
776: -- * Unexpected error
777: -- * Error
778: -- * Success

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

771: -- This API should only be called by other APIs that are
772: -- owned by the Core Modules Team (AK).
773: --
774: -- Results The API returns the standard p_return_status parameter
775: -- indicating one of the standard return statuses :
776: -- * Unexpected error
777: -- * Error
778: -- * Success
779: -- Parameters Attribute Value columns

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

826: -- Desc Creates an object using the given info. This
827: -- API should only be called by other APIs that are
828: -- owned by the Core Modules Team (AK).
829: --
830: -- Results The API returns the standard p_return_status parameter
831: -- indicating one of the standard return statuses :
832: -- * Unexpected error
833: -- * Error
834: -- * Success

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

827: -- API should only be called by other APIs that are
828: -- owned by the Core Modules Team (AK).
829: --
830: -- Results The API returns the standard p_return_status parameter
831: -- indicating one of the standard return statuses :
832: -- * Unexpected error
833: -- * Error
834: -- * Success
835: -- Parameters Object columns