DBA Data[Home] [Help]

APPS.AK_KEY_PVT dependencies on STANDARD

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

11: -- Desc Creates a foreign key using the given info. This
12: -- API should only be called by other APIs that are
13: -- owned by the Core Modules Team (AK).
14: --
15: -- Results The API returns the standard p_return_status parameter
16: -- indicating one of the standard return statuses :
17: -- * Unexpected error
18: -- * Error
19: -- * Success

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

12: -- API should only be called by other APIs that are
13: -- owned by the Core Modules Team (AK).
14: --
15: -- Results The API returns the standard p_return_status parameter
16: -- indicating one of the standard return statuses :
17: -- * Unexpected error
18: -- * Error
19: -- * Success
20: -- Parameters Foreign Key columns

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

426: -- Desc Creates a foreign key column record using the given info.
427: -- This API should only be called by other APIs that are
428: -- owned by the Core Modules Team (AK).
429: --
430: -- Results The API returns the standard p_return_status parameter
431: -- indicating one of the standard return statuses :
432: -- * Unexpected error
433: -- * Error
434: -- * Success

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

427: -- This API should only be called by other APIs that are
428: -- owned by the Core Modules Team (AK).
429: --
430: -- Results The API returns the standard p_return_status parameter
431: -- indicating one of the standard return statuses :
432: -- * Unexpected error
433: -- * Error
434: -- * Success
435: -- Parameters Foreign Key Column columns

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

778: -- Desc Creates a unique key using the given info. This
779: -- API should only be called by other APIs that are
780: -- owned by the Core Modules Team (AK).
781: --
782: -- Results The API returns the standard p_return_status parameter
783: -- indicating one of the standard return statuses :
784: -- * Unexpected error
785: -- * Error
786: -- * Success

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

779: -- API should only be called by other APIs that are
780: -- owned by the Core Modules Team (AK).
781: --
782: -- Results The API returns the standard p_return_status parameter
783: -- indicating one of the standard return statuses :
784: -- * Unexpected error
785: -- * Error
786: -- * Success
787: -- Parameters Unique Key columns

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

1112: -- Desc Creates a unique key column record using the given info.
1113: -- This API should only be called by other APIs that are
1114: -- owned by the Core Modules Team (AK).
1115: --
1116: -- Results The API returns the standard p_return_status parameter
1117: -- indicating one of the standard return statuses :
1118: -- * Unexpected error
1119: -- * Error
1120: -- * Success

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

1113: -- This API should only be called by other APIs that are
1114: -- owned by the Core Modules Team (AK).
1115: --
1116: -- Results The API returns the standard p_return_status parameter
1117: -- indicating one of the standard return statuses :
1118: -- * Unexpected error
1119: -- * Error
1120: -- * Success
1121: -- Parameters Unique Key Column columns

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

1456: -- owned by the Core Modules Team (AK).
1457: --
1458: -- Desc Deletes a foreign key with the given key value.
1459: --
1460: -- Results The API returns the standard p_return_status parameter
1461: -- indicating one of the standard return statuses :
1462: -- * Unexpected error
1463: -- * Error
1464: -- * Success

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

1457: --
1458: -- Desc Deletes a foreign key with the given key value.
1459: --
1460: -- Results The API returns the standard p_return_status parameter
1461: -- indicating one of the standard return statuses :
1462: -- * Unexpected error
1463: -- * Error
1464: -- * Success
1465: -- Parameters p_foreign_key_name : IN required

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

1718: -- owned by the Core Modules Team (AK).
1719: --
1720: -- Desc Deletes a foreign key column record with the given key value.
1721: --
1722: -- Results The API returns the standard p_return_status parameter
1723: -- indicating one of the standard return statuses :
1724: -- * Unexpected error
1725: -- * Error
1726: -- * Success

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

1719: --
1720: -- Desc Deletes a foreign key column record with the given key value.
1721: --
1722: -- Results The API returns the standard p_return_status parameter
1723: -- indicating one of the standard return statuses :
1724: -- * Unexpected error
1725: -- * Error
1726: -- * Success
1727: -- Parameters p_foreign_key_name : IN required

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

1870: -- owned by the Core Modules Team (AK).
1871: --
1872: -- Desc Deletes a unique key with the given key value.
1873: --
1874: -- Results The API returns the standard p_return_status parameter
1875: -- indicating one of the standard return statuses :
1876: -- * Unexpected error
1877: -- * Error
1878: -- * Success

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

1871: --
1872: -- Desc Deletes a unique key with the given key value.
1873: --
1874: -- Results The API returns the standard p_return_status parameter
1875: -- indicating one of the standard return statuses :
1876: -- * Unexpected error
1877: -- * Error
1878: -- * Success
1879: -- Parameters p_unique_key_name : IN required

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

2093: -- owned by the Core Modules Team (AK).
2094: --
2095: -- Desc Deletes a unique key column record with the given key value.
2096: --
2097: -- Results The API returns the standard p_return_status parameter
2098: -- indicating one of the standard return statuses :
2099: -- * Unexpected error
2100: -- * Error
2101: -- * Success

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

2094: --
2095: -- Desc Deletes a unique key column record with the given key value.
2096: --
2097: -- Results The API returns the standard p_return_status parameter
2098: -- indicating one of the standard return statuses :
2099: -- * Unexpected error
2100: -- * Error
2101: -- * Success
2102: -- Parameters p_unique_key_name : IN required

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

2300: --
2301: -- Desc This API check to see if a foreign key record
2302: -- exists with the given key values.
2303: --
2304: -- Results The API returns the standard p_return_status parameter
2305: -- indicating one of the standard return statuses :
2306: -- * Unexpected error
2307: -- * Error
2308: -- * Success

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

2301: -- Desc This API check to see if a foreign key record
2302: -- exists with the given key values.
2303: --
2304: -- Results The API returns the standard p_return_status parameter
2305: -- indicating one of the standard return statuses :
2306: -- * Unexpected error
2307: -- * Error
2308: -- * Success
2309: -- This function will return TRUE if such a foreign key

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

2368: --
2369: -- Desc This API check to see if a foreign key column record
2370: -- exists with the given key values.
2371: --
2372: -- Results The API returns the standard p_return_status parameter
2373: -- indicating one of the standard return statuses :
2374: -- * Unexpected error
2375: -- * Error
2376: -- * Success

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

2369: -- Desc This API check to see if a foreign key column record
2370: -- exists with the given key values.
2371: --
2372: -- Results The API returns the standard p_return_status parameter
2373: -- indicating one of the standard return statuses :
2374: -- * Unexpected error
2375: -- * Error
2376: -- * Success
2377: -- This function will return TRUE if such a foreign key

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

2434: --
2435: -- Desc This API check to see if a unique key record
2436: -- exists with the given key values.
2437: --
2438: -- Results The API returns the standard p_return_status parameter
2439: -- indicating one of the standard return statuses :
2440: -- * Unexpected error
2441: -- * Error
2442: -- * Success

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

2435: -- Desc This API check to see if a unique key record
2436: -- exists with the given key values.
2437: --
2438: -- Results The API returns the standard p_return_status parameter
2439: -- indicating one of the standard return statuses :
2440: -- * Unexpected error
2441: -- * Error
2442: -- * Success
2443: -- This function will return TRUE if such a foreign key

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

2495: --
2496: -- Desc This API check to see if a unique key column record
2497: -- exists with the given key values.
2498: --
2499: -- Results The API returns the standard p_return_status parameter
2500: -- indicating one of the standard return statuses :
2501: -- * Unexpected error
2502: -- * Error
2503: -- * Success

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

2496: -- Desc This API check to see if a unique key column record
2497: -- exists with the given key values.
2498: --
2499: -- Results The API returns the standard p_return_status parameter
2500: -- indicating one of the standard return statuses :
2501: -- * Unexpected error
2502: -- * Error
2503: -- * Success
2504: -- This function will return TRUE if such a unique key

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

2558: -- that are owned by the Core Modules Team (AK).
2559: --
2560: -- Desc This API updates a foreign key using the given info
2561: --
2562: -- Results The API returns the standard p_return_status parameter
2563: -- indicating one of the standard return statuses :
2564: -- * Unexpected error
2565: -- * Error
2566: -- * Success

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

2559: --
2560: -- Desc This API updates a foreign key using the given info
2561: --
2562: -- Results The API returns the standard p_return_status parameter
2563: -- indicating one of the standard return statuses :
2564: -- * Unexpected error
2565: -- * Error
2566: -- * Success
2567: -- Parameters Foreign Key columns

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

2940: -- that are owned by the Core Modules Team (AK).
2941: --
2942: -- Desc This API updates a foreign key column using the given info
2943: --
2944: -- Results The API returns the standard p_return_status parameter
2945: -- indicating one of the standard return statuses :
2946: -- * Unexpected error
2947: -- * Error
2948: -- * Success

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

2941: --
2942: -- Desc This API updates a foreign key column using the given info
2943: --
2944: -- Results The API returns the standard p_return_status parameter
2945: -- indicating one of the standard return statuses :
2946: -- * Unexpected error
2947: -- * Error
2948: -- * Success
2949: -- Parameters Foreign Key Column columns

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

3251: -- that are owned by the Core Modules Team (AK).
3252: --
3253: -- Desc This API updates a unique key using the given info
3254: --
3255: -- Results The API returns the standard p_return_status parameter
3256: -- indicating one of the standard return statuses :
3257: -- * Unexpected error
3258: -- * Error
3259: -- * Success

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

3252: --
3253: -- Desc This API updates a unique key using the given info
3254: --
3255: -- Results The API returns the standard p_return_status parameter
3256: -- indicating one of the standard return statuses :
3257: -- * Unexpected error
3258: -- * Error
3259: -- * Success
3260: -- Parameters Unique Key columns

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

3552: -- that are owned by the Core Modules Team (AK).
3553: --
3554: -- Desc This API updates a unique key column using the given info
3555: --
3556: -- Results The API returns the standard p_return_status parameter
3557: -- indicating one of the standard return statuses :
3558: -- * Unexpected error
3559: -- * Error
3560: -- * Success

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

3553: --
3554: -- Desc This API updates a unique key column using the given info
3555: --
3556: -- Results The API returns the standard p_return_status parameter
3557: -- indicating one of the standard return statuses :
3558: -- * Unexpected error
3559: -- * Error
3560: -- * Success
3561: -- Parameters Unique Key Column columns

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

3861: -- owned by the Core Modules Team (AK).
3862: --
3863: -- Desc Perform validation on a foreign key record.
3864: --
3865: -- Results The API returns the standard p_return_status parameter
3866: -- indicating one of the standard return statuses :
3867: -- * Unexpected error
3868: -- * Error
3869: -- * Success

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

3862: --
3863: -- Desc Perform validation on a foreign key record.
3864: --
3865: -- Results The API returns the standard p_return_status parameter
3866: -- indicating one of the standard return statuses :
3867: -- * Unexpected error
3868: -- * Error
3869: -- * Success
3870: -- In addition, this function returns TRUE if all

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

4044: -- owned by the Core Modules Team (AK).
4045: --
4046: -- Desc Perform validation on a foreign key column record.
4047: --
4048: -- Results The API returns the standard p_return_status parameter
4049: -- indicating one of the standard return statuses :
4050: -- * Unexpected error
4051: -- * Error
4052: -- * Success

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

4045: --
4046: -- Desc Perform validation on a foreign key column record.
4047: --
4048: -- Results The API returns the standard p_return_status parameter
4049: -- indicating one of the standard return statuses :
4050: -- * Unexpected error
4051: -- * Error
4052: -- * Success
4053: -- In addition, this function returns TRUE if all

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

4233: -- owned by the Core Modules Team (AK).
4234: --
4235: -- Desc Perform validation on a unique key record.
4236: --
4237: -- Results The API returns the standard p_return_status parameter
4238: -- indicating one of the standard return statuses :
4239: -- * Unexpected error
4240: -- * Error
4241: -- * Success

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

4234: --
4235: -- Desc Perform validation on a unique key record.
4236: --
4237: -- Results The API returns the standard p_return_status parameter
4238: -- indicating one of the standard return statuses :
4239: -- * Unexpected error
4240: -- * Error
4241: -- * Success
4242: -- In addition, this function returns TRUE if all

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

4385: -- owned by the Core Modules Team (AK).
4386: --
4387: -- Desc Perform validation on a unique key column record.
4388: --
4389: -- Results The API returns the standard p_return_status parameter
4390: -- indicating one of the standard return statuses :
4391: -- * Unexpected error
4392: -- * Error
4393: -- * Success

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

4386: --
4387: -- Desc Perform validation on a unique key column record.
4388: --
4389: -- Results The API returns the standard p_return_status parameter
4390: -- indicating one of the standard return statuses :
4391: -- * Unexpected error
4392: -- * Error
4393: -- * Success
4394: -- In addition, this function returns TRUE if all

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

4578: --
4579: -- Desc This API check to see if a foreign key column record
4580: -- exists with the given key values.
4581: --
4582: -- Results The API returns the standard p_return_status parameter
4583: -- indicating one of the standard return statuses :
4584: -- * Unexpected error
4585: -- * Error
4586: -- * Success

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

4579: -- Desc This API check to see if a foreign key column record
4580: -- exists with the given key values.
4581: --
4582: -- Results The API returns the standard p_return_status parameter
4583: -- indicating one of the standard return statuses :
4584: -- * Unexpected error
4585: -- * Error
4586: -- * Success
4587: -- Parameters Foreign Key Column key columns

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

4671: --
4672: -- Desc This API deletes foreign key columns from a
4673: -- given foreign_key_name.
4674: --
4675: -- Results The API returns the standard p_return_status parameter
4676: -- indicating one of the standard return statuses :
4677: -- * Unexpected error
4678: -- * Error
4679: -- * Success

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

4672: -- Desc This API deletes foreign key columns from a
4673: -- given foreign_key_name.
4674: --
4675: -- Results The API returns the standard p_return_status parameter
4676: -- indicating one of the standard return statuses :
4677: -- * Unexpected error
4678: -- * Error
4679: -- * Success
4680: -- Parameters Foreign Key columns

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

4764: --
4765: -- Desc This API deletes foreign key columns from a
4766: -- given foreign_key_name.
4767: --
4768: -- Results The API returns the standard p_return_status parameter
4769: -- indicating one of the standard return statuses :
4770: -- * Unexpected error
4771: -- * Error
4772: -- * Success

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

4765: -- Desc This API deletes foreign key columns from a
4766: -- given foreign_key_name.
4767: --
4768: -- Results The API returns the standard p_return_status parameter
4769: -- indicating one of the standard return statuses :
4770: -- * Unexpected error
4771: -- * Error
4772: -- * Success
4773: -- Parameters Foreign Key columns