DBA Data[Home] [Help]

APPS.AK_ON_OBJECTS_PVT dependencies on STANDARD

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

96: --
97: -- Desc Appends all elements in the from_table to the end of the
98: -- to_table. Both tables must be of type Buffer_Tbl_Type.
99: --
100: -- Results The procedure returns the standard p_return_status parameter
101: -- indicating one of the standard return statuses :
102: -- * Unexpected error
103: -- * Error
104: -- * Success

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

97: -- Desc Appends all elements in the from_table to the end of the
98: -- to_table. Both tables must be of type Buffer_Tbl_Type.
99: --
100: -- Results The procedure returns the standard p_return_status parameter
101: -- indicating one of the standard return statuses :
102: -- * Unexpected error
103: -- * Error
104: -- * Success
105: -- Parameters p_from_table : IN required

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

148:
149: --==============================================
150: -- Procedure DOWNLOAD_HEADER
151: --
152: -- Usage Private procedure for writing standard header information
153: -- to a loader file.
154: -- This procedure is intended to be called only by other APIs
155: -- that are owned by the Core Modules Team (AK)
156: --

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

153: -- to a loader file.
154: -- This procedure is intended to be called only by other APIs
155: -- that are owned by the Core Modules Team (AK)
156: --
157: -- Desc This procedure writes all the standard header information
158: -- including the DEFINE section to the loader file.
159: --
160: -- Results The API returns the standard p_return_status parameter
161: -- indicating one of the standard return statuses :

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

156: --
157: -- Desc This procedure writes all the standard header information
158: -- including the DEFINE section to the loader file.
159: --
160: -- Results The API returns the standard p_return_status parameter
161: -- indicating one of the standard return statuses :
162: -- * Unexpected error
163: -- * Error
164: -- * Success

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

157: -- Desc This procedure writes all the standard header information
158: -- including the DEFINE section to the loader file.
159: --
160: -- Results The API returns the standard p_return_status parameter
161: -- indicating one of the standard return statuses :
162: -- * Unexpected error
163: -- * Error
164: -- * Success
165: -- Parameters p_nls_language : IN optional

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

2041: -- and query object data
2042: -- (including all the tables in these business objects)
2043: -- from the loader file, and update them to the database.
2044: --
2045: -- Results The API returns the standard p_return_status parameter
2046: -- indicating one of the standard return statuses :
2047: -- * Unexpected error
2048: -- * Error
2049: -- * Success

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

2042: -- (including all the tables in these business objects)
2043: -- from the loader file, and update them to the database.
2044: --
2045: -- Results The API returns the standard p_return_status parameter
2046: -- indicating one of the standard return statuses :
2047: -- * Unexpected error
2048: -- * Error
2049: -- * Success
2050: -- Parameters

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

2772: -- Desc This procedure parses the input string and returns the first
2773: -- token in the string. It then removes that token from the
2774: -- input string.
2775: --
2776: -- Results The API returns the standard p_return_status parameter
2777: -- indicating one of the standard return statuses :
2778: -- * Unexpected error
2779: -- * Error (including parse error, such as empty input string)
2780: -- * Success

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

2773: -- token in the string. It then removes that token from the
2774: -- input string.
2775: --
2776: -- Results The API returns the standard p_return_status parameter
2777: -- indicating one of the standard return statuses :
2778: -- * Unexpected error
2779: -- * Error (including parse error, such as empty input string)
2780: -- * Success
2781: -- The procedure returns the first token in the input string

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

2893: -- A logical line may contain many physical lines in the
2894: -- file, each except the last physical line has a trailing
2895: -- character indicating that the line is to be continued.
2896: --
2897: -- Results The API returns the standard p_return_status parameter
2898: -- indicating one of the standard return statuses :
2899: -- * Unexpected error
2900: -- * Error
2901: -- * Success

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

2894: -- file, each except the last physical line has a trailing
2895: -- character indicating that the line is to be continued.
2896: --
2897: -- Results The API returns the standard p_return_status parameter
2898: -- indicating one of the standard return statuses :
2899: -- * Unexpected error
2900: -- * Error
2901: -- * Success
2902: -- The procedure returns the data read from the file into

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

3036: -- who columns for updating or creating a record. It returns
3037: -- a different set of values depending on whether the update
3038: -- is initiated by a user or by the loader.
3039: --
3040: -- Results The API returns the standard p_return_status parameter
3041: -- indicating one of the standard return statuses :
3042: -- * Unexpected error
3043: -- * Error
3044: -- * Success

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

3037: -- a different set of values depending on whether the update
3038: -- is initiated by a user or by the loader.
3039: --
3040: -- Results The API returns the standard p_return_status parameter
3041: -- indicating one of the standard return statuses :
3042: -- * Unexpected error
3043: -- * Error
3044: -- * Success
3045: -- Parameters p_loader_timestamp : IN optional

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

3153: -- determining updateablity, or for jlt files with
3154: -- G_FORMAT_FILE_VER of 120.1 or greater uses
3155: -- FND_LOAD_UTIL.UPLOAD_TEST.
3156: --
3157: -- Results The API returns the standard p_return_status parameter
3158: -- indicating one of the standard return statuses :
3159: -- * Unexpected error
3160: -- * Error
3161: -- * Success

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

3154: -- G_FORMAT_FILE_VER of 120.1 or greater uses
3155: -- FND_LOAD_UTIL.UPLOAD_TEST.
3156: --
3157: -- Results The API returns the standard p_return_status parameter
3158: -- indicating one of the standard return statuses :
3159: -- * Unexpected error
3160: -- * Error
3161: -- * Success
3162: -- Parameters p_loader_timestamp : IN optional

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

3303: -- into the specified file. The file could be overwritten
3304: -- or appended depending on the value of the parameter
3305: -- p_write_mode.
3306: --
3307: -- Results The API returns the standard p_return_status parameter
3308: -- indicating one of the standard return statuses :
3309: -- * Unexpected error
3310: -- * Error
3311: -- * Success

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

3304: -- or appended depending on the value of the parameter
3305: -- p_write_mode.
3306: --
3307: -- Results The API returns the standard p_return_status parameter
3308: -- indicating one of the standard return statuses :
3309: -- * Unexpected error
3310: -- * Error
3311: -- * Success
3312: -- Parameters

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

3430: -- into the specified file. The file could be overwritten
3431: -- or appended depending on the value of the parameter
3432: -- p_write_mode.
3433: --
3434: -- Results The API returns the standard p_return_status parameter
3435: -- indicating one of the standard return statuses :
3436: -- * Unexpected error
3437: -- * Error
3438: -- * Success

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

3431: -- or appended depending on the value of the parameter
3432: -- p_write_mode.
3433: --
3434: -- Results The API returns the standard p_return_status parameter
3435: -- indicating one of the standard return statuses :
3436: -- * Unexpected error
3437: -- * Error
3438: -- * Success
3439: -- Parameters

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

3593: --
3594: -- Desc This function checks to see if the given application ID is
3595: -- a valid application ID in the FND_APPLICATION table.
3596: --
3597: -- Results This function returns the standard p_return_status parameter
3598: -- indicating one of the standard return statuses :
3599: -- * Unexpected error
3600: -- * Error
3601: -- * Success

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

3594: -- Desc This function checks to see if the given application ID is
3595: -- a valid application ID in the FND_APPLICATION table.
3596: --
3597: -- Results This function returns the standard p_return_status parameter
3598: -- indicating one of the standard return statuses :
3599: -- * Unexpected error
3600: -- * Error
3601: -- * Success
3602: -- Parameters p_application_id : IN required

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

3660: --
3661: -- Desc This function checks to see if the given lookup type and
3662: -- lookup code exists in the AK_LOOKUP_CODES table.
3663: --
3664: -- Results This function returns the standard p_return_status parameter
3665: -- indicating one of the standard return statuses :
3666: -- * Unexpected error
3667: -- * Error
3668: -- * Success

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

3661: -- Desc This function checks to see if the given lookup type and
3662: -- lookup code exists in the AK_LOOKUP_CODES table.
3663: --
3664: -- Results This function returns the standard p_return_status parameter
3665: -- indicating one of the standard return statuses :
3666: -- * Unexpected error
3667: -- * Error
3668: -- * Success
3669: -- Parameters p_lookup_type : IN required

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

3734: -- either 'Y' or 'N'. It is used for checking for valid
3735: -- data in columns that accepts only 'Y' or 'N' as valid
3736: -- values.
3737: --
3738: -- Results This function returns the standard p_return_status parameter
3739: -- indicating one of the standard return statuses :
3740: -- * Unexpected error
3741: -- * Error
3742: -- * Success

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

3735: -- data in columns that accepts only 'Y' or 'N' as valid
3736: -- values.
3737: --
3738: -- Results This function returns the standard p_return_status parameter
3739: -- indicating one of the standard return statuses :
3740: -- * Unexpected error
3741: -- * Error
3742: -- * Success
3743: -- Parameters p_value : IN required