DBA Data[Home] [Help]

APPS.AK_ON_OBJECTS_PVT dependencies on STANDARD

Line 52: -- Results The procedure returns the standard p_return_status parameter

48: --
49: -- Desc Appends all elements in the from_table to the end of the
50: -- to_table. Both tables must be of type Buffer_Table_Type.
51: --
52: -- Results The procedure returns the standard p_return_status parameter
53: -- indicating one of the standard return statuses :
54: -- * Unexpected error
55: -- * Error
56: -- * Success

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

49: -- Desc Appends all elements in the from_table to the end of the
50: -- to_table. Both tables must be of type Buffer_Table_Type.
51: --
52: -- Results The procedure returns the standard p_return_status parameter
53: -- indicating one of the standard return statuses :
54: -- * Unexpected error
55: -- * Error
56: -- * Success
57: -- Parameters p_from_table : IN required

Line 74: -- Usage Private procedure for writing standard header information

70:
71: --==============================================
72: -- Procedure DOWNLOAD_HEADER
73: --
74: -- Usage Private procedure for writing standard header information
75: -- to a loader file.
76: -- This procedure is intended to be called only by other APIs
77: -- that are owned by the Core Modules Team (AK)
78: --

Line 79: -- Desc This procedure writes all the standard header information

75: -- to a loader file.
76: -- This procedure is intended to be called only by other APIs
77: -- that are owned by the Core Modules Team (AK)
78: --
79: -- Desc This procedure writes all the standard header information
80: -- including the DEFINE section to the loader file.
81: --
82: -- Results The API returns the standard p_return_status parameter
83: -- indicating one of the standard return statuses :

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

78: --
79: -- Desc This procedure writes all the standard header information
80: -- including the DEFINE section to the loader file.
81: --
82: -- Results The API returns the standard p_return_status parameter
83: -- indicating one of the standard return statuses :
84: -- * Unexpected error
85: -- * Error
86: -- * Success

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

79: -- Desc This procedure writes all the standard header information
80: -- including the DEFINE section to the loader file.
81: --
82: -- Results The API returns the standard p_return_status parameter
83: -- indicating one of the standard return statuses :
84: -- * Unexpected error
85: -- * Error
86: -- * Success
87: -- Parameters p_nls_language : IN optional

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

151: -- Desc This procedure parses the input string and returns the first
152: -- token in the string. It then removes that token from the
153: -- input string.
154: --
155: -- Results The API returns the standard p_return_status parameter
156: -- indicating one of the standard return statuses :
157: -- * Unexpected error
158: -- * Error (including parse error, such as empty input string)
159: -- * Success

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

152: -- token in the string. It then removes that token from the
153: -- input string.
154: --
155: -- Results The API returns the standard p_return_status parameter
156: -- indicating one of the standard return statuses :
157: -- * Unexpected error
158: -- * Error (including parse error, such as empty input string)
159: -- * Success
160: -- The procedure returns the first token in the input string

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

188: -- A logical line may contain many physical lines in the
189: -- file, each except the last physical line has a trailing
190: -- character indicating that the line is to be continued.
191: --
192: -- Results The API returns the standard p_return_status parameter
193: -- indicating one of the standard return statuses :
194: -- * Unexpected error
195: -- * Error
196: -- * Success

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

189: -- file, each except the last physical line has a trailing
190: -- character indicating that the line is to be continued.
191: --
192: -- Results The API returns the standard p_return_status parameter
193: -- indicating one of the standard return statuses :
194: -- * Unexpected error
195: -- * Error
196: -- * Success
197: -- The procedure returns the data read from the file into

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

258: -- who columns for updating or creating a record. It returns
259: -- a different set of values depending on whether the update
260: -- is initiated by a user or by the loader.
261: --
262: -- Results The API returns the standard p_return_status parameter
263: -- indicating one of the standard return statuses :
264: -- * Unexpected error
265: -- * Error
266: -- * Success

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

259: -- a different set of values depending on whether the update
260: -- is initiated by a user or by the loader.
261: --
262: -- Results The API returns the standard p_return_status parameter
263: -- indicating one of the standard return statuses :
264: -- * Unexpected error
265: -- * Error
266: -- * Success
267: -- Parameters p_loader_timestamp : IN optional

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

322: -- in all flow, object, region, and attribute data
323: -- (including all the tables in these business objects)
324: -- from the loader file, and update them to the database.
325: --
326: -- Results The API returns the standard p_return_status parameter
327: -- indicating one of the standard return statuses :
328: -- * Unexpected error
329: -- * Error
330: -- * Success

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

323: -- (including all the tables in these business objects)
324: -- from the loader file, and update them to the database.
325: --
326: -- Results The API returns the standard p_return_status parameter
327: -- indicating one of the standard return statuses :
328: -- * Unexpected error
329: -- * Error
330: -- * Success
331: -- Parameters

Line 352: -- Results This function returns the standard p_return_status parameter

348: --
349: -- Desc This function checks to see if the given application ID is
350: -- a valid application ID in the FND_APPLICATION table.
351: --
352: -- Results This function returns the standard p_return_status parameter
353: -- indicating one of the standard return statuses :
354: -- * Unexpected error
355: -- * Error
356: -- * Success

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

349: -- Desc This function checks to see if the given application ID is
350: -- a valid application ID in the FND_APPLICATION table.
351: --
352: -- Results This function returns the standard p_return_status parameter
353: -- indicating one of the standard return statuses :
354: -- * Unexpected error
355: -- * Error
356: -- * Success
357: -- Parameters p_application_id : IN required

Line 382: -- Results This function returns the standard p_return_status parameter

378: --
379: -- Desc This function checks to see if the given lookup type and
380: -- lookup code exists in the AK_LOOKUP_CODES table.
381: --
382: -- Results This function returns the standard p_return_status parameter
383: -- indicating one of the standard return statuses :
384: -- * Unexpected error
385: -- * Error
386: -- * Success

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

379: -- Desc This function checks to see if the given lookup type and
380: -- lookup code exists in the AK_LOOKUP_CODES table.
381: --
382: -- Results This function returns the standard p_return_status parameter
383: -- indicating one of the standard return statuses :
384: -- * Unexpected error
385: -- * Error
386: -- * Success
387: -- Parameters p_lookup_type : IN required

Line 417: -- Results This function returns the standard p_return_status parameter

413: -- either 'Y' or 'N'. It is used for checking for valid
414: -- data in columns that accepts only 'Y' or 'N' as valid
415: -- values.
416: --
417: -- Results This function returns the standard p_return_status parameter
418: -- indicating one of the standard return statuses :
419: -- * Unexpected error
420: -- * Error
421: -- * Success

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

414: -- data in columns that accepts only 'Y' or 'N' as valid
415: -- values.
416: --
417: -- Results This function returns the standard p_return_status parameter
418: -- indicating one of the standard return statuses :
419: -- * Unexpected error
420: -- * Error
421: -- * Success
422: -- Parameters p_value : IN required

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

443: -- into the specified file. The file could be overwritten
444: -- or appended depending on the value of the parameter
445: -- p_write_mode.
446: --
447: -- Results The API returns the standard p_return_status parameter
448: -- indicating one of the standard return statuses :
449: -- * Unexpected error
450: -- * Error
451: -- * Success

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

444: -- or appended depending on the value of the parameter
445: -- p_write_mode.
446: --
447: -- Results The API returns the standard p_return_status parameter
448: -- indicating one of the standard return statuses :
449: -- * Unexpected error
450: -- * Error
451: -- * Success
452: -- Parameters

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

478: -- into the specified file. The file could be overwritten
479: -- or appended depending on the value of the parameter
480: -- p_write_mode.
481: --
482: -- Results The API returns the standard p_return_status parameter
483: -- indicating one of the standard return statuses :
484: -- * Unexpected error
485: -- * Error
486: -- * Success

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

479: -- or appended depending on the value of the parameter
480: -- p_write_mode.
481: --
482: -- Results The API returns the standard p_return_status parameter
483: -- indicating one of the standard return statuses :
484: -- * Unexpected error
485: -- * Error
486: -- * Success
487: -- Parameter