DBA Data[Home] [Help]

APPS.AK_KEY_PVT dependencies on STANDARD

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

18: -- Desc Creates a foreign key using the given info. This
19: -- API should only be called by other APIs that are
20: -- owned by the Core Modules Team (AK).
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: -- API should only be called by other APIs that are
20: -- owned by the Core Modules Team (AK).
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 Foreign Key columns

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

85: -- Desc Creates a foreign key column record using the given info.
86: -- This API should only be called by other APIs that are
87: -- owned by the Core Modules Team (AK).
88: --
89: -- Results The API returns the standard p_return_status parameter
90: -- indicating one of the standard return statuses :
91: -- * Unexpected error
92: -- * Error
93: -- * Success

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

86: -- This API should only be called by other APIs that are
87: -- owned by the Core Modules Team (AK).
88: --
89: -- Results The API returns the standard p_return_status parameter
90: -- indicating one of the standard return statuses :
91: -- * Unexpected error
92: -- * Error
93: -- * Success
94: -- Parameters Foreign Key Column columns

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

147: -- Desc Creates a unique key using the given info. This
148: -- API should only be called by other APIs that are
149: -- owned by the Core Modules Team (AK).
150: --
151: -- Results The API returns the standard p_return_status parameter
152: -- indicating one of the standard return statuses :
153: -- * Unexpected error
154: -- * Error
155: -- * Success

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

148: -- API should only be called by other APIs that are
149: -- owned by the Core Modules Team (AK).
150: --
151: -- Results The API returns the standard p_return_status parameter
152: -- indicating one of the standard return statuses :
153: -- * Unexpected error
154: -- * Error
155: -- * Success
156: -- Parameters Unique Key columns

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

208: -- Desc Creates a unique key column record using the given info.
209: -- This API should only be called by other APIs that are
210: -- owned by the Core Modules Team (AK).
211: --
212: -- Results The API returns the standard p_return_status parameter
213: -- indicating one of the standard return statuses :
214: -- * Unexpected error
215: -- * Error
216: -- * Success

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

209: -- This API should only be called by other APIs that are
210: -- owned by the Core Modules Team (AK).
211: --
212: -- Results The API returns the standard p_return_status parameter
213: -- indicating one of the standard return statuses :
214: -- * Unexpected error
215: -- * Error
216: -- * Success
217: -- Parameters Unique Key Column columns

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

268: -- owned by the Core Modules Team (AK).
269: --
270: -- Desc Deletes a foreign key with the given key value.
271: --
272: -- Results The API returns the standard p_return_status parameter
273: -- indicating one of the standard return statuses :
274: -- * Unexpected error
275: -- * Error
276: -- * Success

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

269: --
270: -- Desc Deletes a foreign key with the given key value.
271: --
272: -- Results The API returns the standard p_return_status parameter
273: -- indicating one of the standard return statuses :
274: -- * Unexpected error
275: -- * Error
276: -- * Success
277: -- Parameters p_foreign_key_name : IN required

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

304: -- owned by the Core Modules Team (AK).
305: --
306: -- Desc Deletes a foreign key column record with the given key value.
307: --
308: -- Results The API returns the standard p_return_status parameter
309: -- indicating one of the standard return statuses :
310: -- * Unexpected error
311: -- * Error
312: -- * Success

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

305: --
306: -- Desc Deletes a foreign key column record with the given key value.
307: --
308: -- Results The API returns the standard p_return_status parameter
309: -- indicating one of the standard return statuses :
310: -- * Unexpected error
311: -- * Error
312: -- * Success
313: -- Parameters p_foreign_key_name : IN required

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

344: -- owned by the Core Modules Team (AK).
345: --
346: -- Desc Deletes a unique key with the given key value.
347: --
348: -- Results The API returns the standard p_return_status parameter
349: -- indicating one of the standard return statuses :
350: -- * Unexpected error
351: -- * Error
352: -- * Success

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

345: --
346: -- Desc Deletes a unique key with the given key value.
347: --
348: -- Results The API returns the standard p_return_status parameter
349: -- indicating one of the standard return statuses :
350: -- * Unexpected error
351: -- * Error
352: -- * Success
353: -- Parameters p_unique_key_name : IN required

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

380: -- owned by the Core Modules Team (AK).
381: --
382: -- Desc Deletes a unique key column record with the given key value.
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: --
382: -- Desc Deletes a unique key column record with the given key value.
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 p_unique_key_name : IN required

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

423: --
424: -- Desc This API check to see if a foreign key record
425: -- exists with the given key values.
426: --
427: -- Results The API returns the standard p_return_status parameter
428: -- indicating one of the standard return statuses :
429: -- * Unexpected error
430: -- * Error
431: -- * Success

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

424: -- Desc This API check to see if a foreign key record
425: -- exists with the given key values.
426: --
427: -- Results The API returns the standard p_return_status parameter
428: -- indicating one of the standard return statuses :
429: -- * Unexpected error
430: -- * Error
431: -- * Success
432: -- This function will return TRUE if such a foreign key

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

452: --
453: -- Desc This API check to see if a foreign key column record
454: -- exists with the given key values.
455: --
456: -- Results The API returns the standard p_return_status parameter
457: -- indicating one of the standard return statuses :
458: -- * Unexpected error
459: -- * Error
460: -- * Success

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

453: -- Desc This API check to see if a foreign key column record
454: -- exists with the given key values.
455: --
456: -- Results The API returns the standard p_return_status parameter
457: -- indicating one of the standard return statuses :
458: -- * Unexpected error
459: -- * Error
460: -- * Success
461: -- This function will return TRUE if such a foreign key

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

483: --
484: -- Desc This API check to see if a unique key record
485: -- exists with the given key values.
486: --
487: -- Results The API returns the standard p_return_status parameter
488: -- indicating one of the standard return statuses :
489: -- * Unexpected error
490: -- * Error
491: -- * Success

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

484: -- Desc This API check to see if a unique key record
485: -- exists with the given key values.
486: --
487: -- Results The API returns the standard p_return_status parameter
488: -- indicating one of the standard return statuses :
489: -- * Unexpected error
490: -- * Error
491: -- * Success
492: -- This function will return TRUE if such a foreign key

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

512: --
513: -- Desc This API check to see if a unique key column record
514: -- exists with the given key values.
515: --
516: -- Results The API returns the standard p_return_status parameter
517: -- indicating one of the standard return statuses :
518: -- * Unexpected error
519: -- * Error
520: -- * Success

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

513: -- Desc This API check to see if a unique key column record
514: -- exists with the given key values.
515: --
516: -- Results The API returns the standard p_return_status parameter
517: -- indicating one of the standard return statuses :
518: -- * Unexpected error
519: -- * Error
520: -- * Success
521: -- This function will return TRUE if such a unique key

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

541: -- that are owned by the Core Modules Team (AK).
542: --
543: -- Desc This API updates a foreign key using the given info
544: --
545: -- Results The API returns the standard p_return_status parameter
546: -- indicating one of the standard return statuses :
547: -- * Unexpected error
548: -- * Error
549: -- * Success

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

542: --
543: -- Desc This API updates a foreign key using the given info
544: --
545: -- Results The API returns the standard p_return_status parameter
546: -- indicating one of the standard return statuses :
547: -- * Unexpected error
548: -- * Error
549: -- * Success
550: -- Parameters Foreign Key columns

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

605: -- that are owned by the Core Modules Team (AK).
606: --
607: -- Desc This API updates a foreign key column using the given info
608: --
609: -- Results The API returns the standard p_return_status parameter
610: -- indicating one of the standard return statuses :
611: -- * Unexpected error
612: -- * Error
613: -- * Success

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

606: --
607: -- Desc This API updates a foreign key column using the given info
608: --
609: -- Results The API returns the standard p_return_status parameter
610: -- indicating one of the standard return statuses :
611: -- * Unexpected error
612: -- * Error
613: -- * Success
614: -- Parameters Foreign Key Column columns

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

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

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

666: --
667: -- Desc This API updates a unique key using the given info
668: --
669: -- Results The API returns the standard p_return_status parameter
670: -- indicating one of the standard return statuses :
671: -- * Unexpected error
672: -- * Error
673: -- * Success
674: -- Parameters Unique Key columns

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

724: -- that are owned by the Core Modules Team (AK).
725: --
726: -- Desc This API updates a unique key column using the given info
727: --
728: -- Results The API returns the standard p_return_status parameter
729: -- indicating one of the standard return statuses :
730: -- * Unexpected error
731: -- * Error
732: -- * Success

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

725: --
726: -- Desc This API updates a unique key column using the given info
727: --
728: -- Results The API returns the standard p_return_status parameter
729: -- indicating one of the standard return statuses :
730: -- * Unexpected error
731: -- * Error
732: -- * Success
733: -- Parameters Unique Key Column columns

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

784: -- owned by the Core Modules Team (AK).
785: --
786: -- Desc Perform validation on a foreign key record.
787: --
788: -- Results The API returns the standard p_return_status parameter
789: -- indicating one of the standard return statuses :
790: -- * Unexpected error
791: -- * Error
792: -- * Success

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

785: --
786: -- Desc Perform validation on a foreign key record.
787: --
788: -- Results The API returns the standard p_return_status parameter
789: -- indicating one of the standard return statuses :
790: -- * Unexpected error
791: -- * Error
792: -- * Success
793: -- In addition, this function returns TRUE if all

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

831: -- owned by the Core Modules Team (AK).
832: --
833: -- Desc Perform validation on a foreign key column record.
834: --
835: -- Results The API returns the standard p_return_status parameter
836: -- indicating one of the standard return statuses :
837: -- * Unexpected error
838: -- * Error
839: -- * Success

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

832: --
833: -- Desc Perform validation on a foreign key column record.
834: --
835: -- Results The API returns the standard p_return_status parameter
836: -- indicating one of the standard return statuses :
837: -- * Unexpected error
838: -- * Error
839: -- * Success
840: -- In addition, this function returns TRUE if all

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

874: -- owned by the Core Modules Team (AK).
875: --
876: -- Desc Perform validation on a unique key record.
877: --
878: -- Results The API returns the standard p_return_status parameter
879: -- indicating one of the standard return statuses :
880: -- * Unexpected error
881: -- * Error
882: -- * Success

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

875: --
876: -- Desc Perform validation on a unique key record.
877: --
878: -- Results The API returns the standard p_return_status parameter
879: -- indicating one of the standard return statuses :
880: -- * Unexpected error
881: -- * Error
882: -- * Success
883: -- In addition, this function returns TRUE if all

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

916: -- owned by the Core Modules Team (AK).
917: --
918: -- Desc Perform validation on a unique key column record.
919: --
920: -- Results The API returns the standard p_return_status parameter
921: -- indicating one of the standard return statuses :
922: -- * Unexpected error
923: -- * Error
924: -- * Success

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

917: --
918: -- Desc Perform validation on a unique key column record.
919: --
920: -- Results The API returns the standard p_return_status parameter
921: -- indicating one of the standard return statuses :
922: -- * Unexpected error
923: -- * Error
924: -- * Success
925: -- In addition, this function returns TRUE if all

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

964: --
965: -- Desc This API check to see if a foreign key column record
966: -- exists with the given key values.
967: --
968: -- Results The API returns the standard p_return_status parameter
969: -- indicating one of the standard return statuses :
970: -- * Unexpected error
971: -- * Error
972: -- * Success

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

965: -- Desc This API check to see if a foreign key column record
966: -- exists with the given key values.
967: --
968: -- Results The API returns the standard p_return_status parameter
969: -- indicating one of the standard return statuses :
970: -- * Unexpected error
971: -- * Error
972: -- * Success
973: -- Parameters Foreign Key Column key columns

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

994: --
995: -- Desc This API deletes foreign key columns from a
996: -- given foreign_key_name.
997: --
998: -- Results The API returns the standard p_return_status parameter
999: -- indicating one of the standard return statuses :
1000: -- * Unexpected error
1001: -- * Error
1002: -- * Success

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

995: -- Desc This API deletes foreign key columns from a
996: -- given foreign_key_name.
997: --
998: -- Results The API returns the standard p_return_status parameter
999: -- indicating one of the standard return statuses :
1000: -- * Unexpected error
1001: -- * Error
1002: -- * Success
1003: -- Parameters Foreign Key columns

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

1023: --
1024: -- Desc This API deletes unique key columns from a
1025: -- given unique_key_name.
1026: --
1027: -- Results The API returns the standard p_return_status parameter
1028: -- indicating one of the standard return statuses :
1029: -- * Unexpected error
1030: -- * Error
1031: -- * Success

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

1024: -- Desc This API deletes unique key columns from a
1025: -- given unique_key_name.
1026: --
1027: -- Results The API returns the standard p_return_status parameter
1028: -- indicating one of the standard return statuses :
1029: -- * Unexpected error
1030: -- * Error
1031: -- * Success
1032: -- Parameters Foreign Key columns