DBA Data[Home] [Help]

APPS.PA_RESOURCE_PUB dependencies on STANDARD

Line 96: * @param p_commit API standard (default = F): indicates if the transaction will be committed

92: -- Procedures
93: -- -------------------------------------------------------------------------------------------------------
94: /*#
95: * This API creates a resource list and optionally creates the resource list members.
96: * @param p_commit API standard (default = F): indicates if the transaction will be committed
97: * @rep:paraminfo {@rep:precision 1}
98: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
99: * @param p_api_version_number API standard: version number
100: * @rep:paraminfo {@rep:required}

Line 98: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

94: /*#
95: * This API creates a resource list and optionally creates the resource list members.
96: * @param p_commit API standard (default = F): indicates if the transaction will be committed
97: * @rep:paraminfo {@rep:precision 1}
98: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
99: * @param p_api_version_number API standard: version number
100: * @rep:paraminfo {@rep:required}
101: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
102: * @rep:paraminfo {@rep:required}

Line 99: * @param p_api_version_number API standard: version number

95: * This API creates a resource list and optionally creates the resource list members.
96: * @param p_commit API standard (default = F): indicates if the transaction will be committed
97: * @rep:paraminfo {@rep:precision 1}
98: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
99: * @param p_api_version_number API standard: version number
100: * @rep:paraminfo {@rep:required}
101: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
102: * @rep:paraminfo {@rep:required}
103: * @param p_msg_count API standard: number of error messages

Line 101: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

97: * @rep:paraminfo {@rep:precision 1}
98: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
99: * @param p_api_version_number API standard: version number
100: * @rep:paraminfo {@rep:required}
101: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
102: * @rep:paraminfo {@rep:required}
103: * @param p_msg_count API standard: number of error messages
104: * @rep:paraminfo {@rep:required}
105: * @param p_msg_data API standard: error message

Line 103: * @param p_msg_count API standard: number of error messages

99: * @param p_api_version_number API standard: version number
100: * @rep:paraminfo {@rep:required}
101: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
102: * @rep:paraminfo {@rep:required}
103: * @param p_msg_count API standard: number of error messages
104: * @rep:paraminfo {@rep:required}
105: * @param p_msg_data API standard: error message
106: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
107: * @param p_resource_list_rec Resource list input structure

Line 105: * @param p_msg_data API standard: error message

101: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
102: * @rep:paraminfo {@rep:required}
103: * @param p_msg_count API standard: number of error messages
104: * @rep:paraminfo {@rep:required}
105: * @param p_msg_data API standard: error message
106: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
107: * @param p_resource_list_rec Resource list input structure
108: * @rep:paraminfo {@rep:required}
109: * @param p_resource_list_out_rec Resource list output structure

Line 172: * @param p_api_version_number API standard: version number

168: * FETCH_RESOURCE_LIST,
169: * FETCH_MEMBERS,
170: * CLEAR_UPDATE_MEMBERS and
171: * CLEAR_CREATE_RESOURCE_LIST
172: * @param p_api_version_number API standard: version number
173: * @rep:paraminfo {@rep:required}
174: * @param p_resource_list_name Name of the resource list
175: * @param p_description Description of the resource list
176: * @param p_group_resource_type Type of the resource group

Line 182: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

178: * @param p_end_date End date of the resource list
179: * @param p_resource_list_id Identifier of the resource list
180: * @param p_new_list_name New name of the resource list
181: * @param p_job_group_id Job group identifier of the job associated with the resource list. System generated primary key
182: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
183: * @rep:paraminfo {@rep:required}
184: * @rep:scope public
185: * @rep:lifecycle active
186: * @rep:displayname Create Multiple Resource Lists-Load

Line 212: * @param p_api_version_number API standard: version number

208: * FETCH_RESOURCE_LIST,
209: * FETCH_MEMBERS,
210: * CLEAR_UPDATE_MEMBERS and
211: * CLEAR_CREATE_RESOURCE_LIST
212: * @param p_api_version_number API standard: version number
213: * @rep:paraminfo {@rep:required}
214: * @param p_resource_group_alias Alias of the resource group
215: * @param p_resource_group_name Name of the resource group
216: * @param p_resource_type_code Type code of the resource

Line 224: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

220: * @param p_new_alias New alias of the resource member
221: * @param p_sort_order Sort order of the resource member
222: * @param p_enabled_flag Flag indicating whether the resource list member is enabled
223: * @rep:paraminfo {@rep:precision 1}
224: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
225: * @rep:paraminfo {@rep:required}
226: * @rep:scope public
227: * @rep:lifecycle active
228: * @rep:displayname Update Mulitple Members-Load

Line 255: * @param p_commit API standard (default = F): indicates if the transaction will be committed

251: * FETCH_RESOURCE_LIST,
252: * FETCH_MEMBERS,
253: * CLEAR_UPDATE_MEMBERS and
254: * CLEAR_CREATE_RESOURCE_LIST
255: * @param p_commit API standard (default = F): indicates if the transaction will be committed
256: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
257: * @param p_api_version_number API standard: version number
258: * @rep:paraminfo {@rep:required}
259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 256: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

252: * FETCH_MEMBERS,
253: * CLEAR_UPDATE_MEMBERS and
254: * CLEAR_CREATE_RESOURCE_LIST
255: * @param p_commit API standard (default = F): indicates if the transaction will be committed
256: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
257: * @param p_api_version_number API standard: version number
258: * @rep:paraminfo {@rep:required}
259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
260: * @rep:paraminfo {@rep:required}

Line 257: * @param p_api_version_number API standard: version number

253: * CLEAR_UPDATE_MEMBERS and
254: * CLEAR_CREATE_RESOURCE_LIST
255: * @param p_commit API standard (default = F): indicates if the transaction will be committed
256: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
257: * @param p_api_version_number API standard: version number
258: * @rep:paraminfo {@rep:required}
259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
260: * @rep:paraminfo {@rep:required}
261: * @param p_msg_count API standard: number of error messages

Line 259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

255: * @param p_commit API standard (default = F): indicates if the transaction will be committed
256: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
257: * @param p_api_version_number API standard: version number
258: * @rep:paraminfo {@rep:required}
259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
260: * @rep:paraminfo {@rep:required}
261: * @param p_msg_count API standard: number of error messages
262: * @rep:paraminfo {@rep:required}
263: * @param p_msg_data API standard: error message

Line 261: * @param p_msg_count API standard: number of error messages

257: * @param p_api_version_number API standard: version number
258: * @rep:paraminfo {@rep:required}
259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
260: * @rep:paraminfo {@rep:required}
261: * @param p_msg_count API standard: number of error messages
262: * @rep:paraminfo {@rep:required}
263: * @param p_msg_data API standard: error message
264: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
265: * @rep:scope public

Line 263: * @param p_msg_data API standard: error message

259: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
260: * @rep:paraminfo {@rep:required}
261: * @param p_msg_count API standard: number of error messages
262: * @rep:paraminfo {@rep:required}
263: * @param p_msg_data API standard: error message
264: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
265: * @rep:scope public
266: * @rep:lifecycle active
267: * @rep:displayname Create Multiple Resource Lists-Execute Create

Line 290: * @param p_api_version_number API standard: version number

286: * FETCH_RESOURCE_LIST,
287: * FETCH_MEMBERS,
288: * CLEAR_UPDATE_MEMBERS and
289: * CLEAR_CREATE_RESOURCE_LIST
290: * @param p_api_version_number API standard: version number
291: * @rep:paraminfo {@rep:required}
292: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
293: * @rep:paraminfo {@rep:required}
294: * @param p_resource_list_id Identifier of the resource list

Line 292: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

288: * CLEAR_UPDATE_MEMBERS and
289: * CLEAR_CREATE_RESOURCE_LIST
290: * @param p_api_version_number API standard: version number
291: * @rep:paraminfo {@rep:required}
292: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
293: * @rep:paraminfo {@rep:required}
294: * @param p_resource_list_id Identifier of the resource list
295: * @rep:paraminfo {@rep:required}
296: * @param p_list_return_status Return status of the specific resource list

Line 322: * @param p_api_version_number API standard: version number

318: * FETCH_RESOURCE_LIST,
319: * FETCH_MEMBERS,
320: * CLEAR_UPDATE_MEMBERS and
321: * CLEAR_CREATE_RESOURCE_LIST
322: * @param p_api_version_number API standard: version number
323: * @rep:paraminfo {@rep:required}
324: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
325: * @rep:paraminfo {@rep:required}
326: * @param p_member_index Member index (default = 1)

Line 324: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

320: * CLEAR_UPDATE_MEMBERS and
321: * CLEAR_CREATE_RESOURCE_LIST
322: * @param p_api_version_number API standard: version number
323: * @rep:paraminfo {@rep:required}
324: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
325: * @rep:paraminfo {@rep:required}
326: * @param p_member_index Member index (default = 1)
327: * @param p_resource_list_member_id Identifier of the resource list member
328: * @rep:paraminfo {@rep:required}

Line 363: * @param p_commit API standard (default = F): indicates if the transaction will be committed

359: PROCEDURE Clear_Create_Resource_List ;
360: -- ----------------------------------------------------------
361: /*#
362: * This API updates an existing resource list, including updating existing or adding new resource list members.
363: * @param p_commit API standard (default = F): indicates if the transaction will be committed
364: * @param p_api_version_number API standard: version number
365: * @rep:paraminfo {@rep:required}
366: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 364: * @param p_api_version_number API standard: version number

360: -- ----------------------------------------------------------
361: /*#
362: * This API updates an existing resource list, including updating existing or adding new resource list members.
363: * @param p_commit API standard (default = F): indicates if the transaction will be committed
364: * @param p_api_version_number API standard: version number
365: * @rep:paraminfo {@rep:required}
366: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
368: * @rep:paraminfo {@rep:required}

Line 366: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

362: * This API updates an existing resource list, including updating existing or adding new resource list members.
363: * @param p_commit API standard (default = F): indicates if the transaction will be committed
364: * @param p_api_version_number API standard: version number
365: * @rep:paraminfo {@rep:required}
366: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
368: * @rep:paraminfo {@rep:required}
369: * @param p_msg_count API standard: number of error messages
370: * @rep:paraminfo {@rep:required}

Line 367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

363: * @param p_commit API standard (default = F): indicates if the transaction will be committed
364: * @param p_api_version_number API standard: version number
365: * @rep:paraminfo {@rep:required}
366: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
368: * @rep:paraminfo {@rep:required}
369: * @param p_msg_count API standard: number of error messages
370: * @rep:paraminfo {@rep:required}
371: * @param p_msg_data API standard: error message

Line 369: * @param p_msg_count API standard: number of error messages

365: * @rep:paraminfo {@rep:required}
366: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
368: * @rep:paraminfo {@rep:required}
369: * @param p_msg_count API standard: number of error messages
370: * @rep:paraminfo {@rep:required}
371: * @param p_msg_data API standard: error message
372: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
373: * @param p_resource_list_name Name of the resource list

Line 371: * @param p_msg_data API standard: error message

367: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
368: * @rep:paraminfo {@rep:required}
369: * @param p_msg_count API standard: number of error messages
370: * @rep:paraminfo {@rep:required}
371: * @param p_msg_data API standard: error message
372: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
373: * @param p_resource_list_name Name of the resource list
374: * @param p_resource_list_id Identifier of the resource list
375: * @param p_new_list_name New name of the existing resource list

Line 438: * @param p_commit API standard (default = F): indicates if the transaction will be committed

434: * FETCH_RESOURCE_LIST,
435: * FETCH_MEMBERS and
436: * CLEAR_UPDATE_MEMBERS
437: * CLEAR_CREATE_RESOURCE_LIST
438: * @param p_commit API standard (default = F): indicates if the transaction will be committed
439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
440: * @param p_api_version_number API standard: version number
441: * @rep:paraminfo {@rep:required}
442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

435: * FETCH_MEMBERS and
436: * CLEAR_UPDATE_MEMBERS
437: * CLEAR_CREATE_RESOURCE_LIST
438: * @param p_commit API standard (default = F): indicates if the transaction will be committed
439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
440: * @param p_api_version_number API standard: version number
441: * @rep:paraminfo {@rep:required}
442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
443: * @rep:paraminfo {@rep:required}

Line 440: * @param p_api_version_number API standard: version number

436: * CLEAR_UPDATE_MEMBERS
437: * CLEAR_CREATE_RESOURCE_LIST
438: * @param p_commit API standard (default = F): indicates if the transaction will be committed
439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
440: * @param p_api_version_number API standard: version number
441: * @rep:paraminfo {@rep:required}
442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
443: * @rep:paraminfo {@rep:required}
444: * @param p_msg_count API standard: number of error messages

Line 442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

438: * @param p_commit API standard (default = F): indicates if the transaction will be committed
439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
440: * @param p_api_version_number API standard: version number
441: * @rep:paraminfo {@rep:required}
442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
443: * @rep:paraminfo {@rep:required}
444: * @param p_msg_count API standard: number of error messages
445: * @rep:paraminfo {@rep:required}
446: * @param p_msg_data API standard: error message

Line 444: * @param p_msg_count API standard: number of error messages

440: * @param p_api_version_number API standard: version number
441: * @rep:paraminfo {@rep:required}
442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
443: * @rep:paraminfo {@rep:required}
444: * @param p_msg_count API standard: number of error messages
445: * @rep:paraminfo {@rep:required}
446: * @param p_msg_data API standard: error message
447: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
448: * @rep:scope public

Line 446: * @param p_msg_data API standard: error message

442: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
443: * @rep:paraminfo {@rep:required}
444: * @param p_msg_count API standard: number of error messages
445: * @rep:paraminfo {@rep:required}
446: * @param p_msg_data API standard: error message
447: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
448: * @rep:scope public
449: * @rep:lifecycle active
450: * @rep:displayname Update Multiple Resource Lists

Line 484: * @param p_commit API standard (default = F): indicates if the transaction will be committed

480: PROCEDURE Clear_Update_Members ;
481: -- ---------------------------------------------------------
482: /*#
483: * This API deletes a resource member from an existing resource list.
484: * @param p_commit API standard (default = F): indicates if the transaction will be committed
485: * @param p_api_version_number API standard: version number
486: * @rep:paraminfo {@rep:required}
487: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
488: * @param p_resource_list_name Name of the resource list

Line 485: * @param p_api_version_number API standard: version number

481: -- ---------------------------------------------------------
482: /*#
483: * This API deletes a resource member from an existing resource list.
484: * @param p_commit API standard (default = F): indicates if the transaction will be committed
485: * @param p_api_version_number API standard: version number
486: * @rep:paraminfo {@rep:required}
487: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
488: * @param p_resource_list_name Name of the resource list
489: * @param p_resource_list_id Identification code of resource list

Line 487: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

483: * This API deletes a resource member from an existing resource list.
484: * @param p_commit API standard (default = F): indicates if the transaction will be committed
485: * @param p_api_version_number API standard: version number
486: * @rep:paraminfo {@rep:required}
487: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
488: * @param p_resource_list_name Name of the resource list
489: * @param p_resource_list_id Identification code of resource list
490: * @param p_msg_count API standard: number of error messages
491: * @rep:paraminfo {@rep:required}

Line 490: * @param p_msg_count API standard: number of error messages

486: * @rep:paraminfo {@rep:required}
487: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
488: * @param p_resource_list_name Name of the resource list
489: * @param p_resource_list_id Identification code of resource list
490: * @param p_msg_count API standard: number of error messages
491: * @rep:paraminfo {@rep:required}
492: * @param p_msg_data API standard: error message
493: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
494: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 492: * @param p_msg_data API standard: error message

488: * @param p_resource_list_name Name of the resource list
489: * @param p_resource_list_id Identification code of resource list
490: * @param p_msg_count API standard: number of error messages
491: * @rep:paraminfo {@rep:required}
492: * @param p_msg_data API standard: error message
493: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
494: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
495: * @rep:paraminfo {@rep:required}
496: * @param x_err_code The error handling code

Line 494: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

490: * @param p_msg_count API standard: number of error messages
491: * @rep:paraminfo {@rep:required}
492: * @param p_msg_data API standard: error message
493: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
494: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
495: * @rep:paraminfo {@rep:required}
496: * @param x_err_code The error handling code
497: * @rep:paraminfo {@rep:required}
498: * @param x_err_stage The point of occurrence of an error

Line 521: * @param p_commit API standard (default = F): indicates if the transaction will be committed

517:
518: -- ----------------------------------------------------------
519: /*#
520: * This API adds a resource member to an existing resource list.
521: * @param p_commit API standard (default = F): indicates if the transaction will be committed
522: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
523: * @param p_api_version_number API standard: version number
524: * @rep:paraminfo {@rep:required}
525: * @param p_resource_list_name Name of the resource list

Line 522: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

518: -- ----------------------------------------------------------
519: /*#
520: * This API adds a resource member to an existing resource list.
521: * @param p_commit API standard (default = F): indicates if the transaction will be committed
522: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
523: * @param p_api_version_number API standard: version number
524: * @rep:paraminfo {@rep:required}
525: * @param p_resource_list_name Name of the resource list
526: * @param p_resource_list_id Identifier of the resource list

Line 523: * @param p_api_version_number API standard: version number

519: /*#
520: * This API adds a resource member to an existing resource list.
521: * @param p_commit API standard (default = F): indicates if the transaction will be committed
522: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
523: * @param p_api_version_number API standard: version number
524: * @rep:paraminfo {@rep:required}
525: * @param p_resource_list_name Name of the resource list
526: * @param p_resource_list_id Identifier of the resource list
527: * @param p_resource_group_alias Alias of the resource group

Line 537: * @param p_msg_count API standard: number of error messages

533: * @param p_sort_order Sort order of the resource list member
534: * @param p_enabled_flag Flag indicating that whether the resource list member is enabled
535: * @param p_resource_list_member_id Identifier of the resource list member
536: * @rep:paraminfo {@rep:required}
537: * @param p_msg_count API standard: number of error messages
538: * @rep:paraminfo {@rep:required}
539: * @param p_msg_data API standard: error message
540: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
541: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 539: * @param p_msg_data API standard: error message

535: * @param p_resource_list_member_id Identifier of the resource list member
536: * @rep:paraminfo {@rep:required}
537: * @param p_msg_count API standard: number of error messages
538: * @rep:paraminfo {@rep:required}
539: * @param p_msg_data API standard: error message
540: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
541: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
542: * @rep:paraminfo {@rep:required}
543: * @rep:scope public

Line 541: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

537: * @param p_msg_count API standard: number of error messages
538: * @rep:paraminfo {@rep:required}
539: * @param p_msg_data API standard: error message
540: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
541: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
542: * @rep:paraminfo {@rep:required}
543: * @rep:scope public
544: * @rep:lifecycle active
545: * @rep:displayname Create Resource List Member

Line 568: * @param p_commit API standard (default = F): indicates if the transaction will be committed

564: p_return_status OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
565:
566: /*#
567: * This API updates the alias and enables or disables the resource list members.
568: * @param p_commit API standard (default = F): indicates if the transaction will be committed
569: * @param p_api_version_number API standard: version number
570: * @rep:paraminfo {@rep:required}
571: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
572: * @param p_resource_list_name Name of the resource list

Line 569: * @param p_api_version_number API standard: version number

565:
566: /*#
567: * This API updates the alias and enables or disables the resource list members.
568: * @param p_commit API standard (default = F): indicates if the transaction will be committed
569: * @param p_api_version_number API standard: version number
570: * @rep:paraminfo {@rep:required}
571: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
572: * @param p_resource_list_name Name of the resource list
573: * @param p_resource_list_id Identifier of the resource list

Line 571: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

567: * This API updates the alias and enables or disables the resource list members.
568: * @param p_commit API standard (default = F): indicates if the transaction will be committed
569: * @param p_api_version_number API standard: version number
570: * @rep:paraminfo {@rep:required}
571: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
572: * @param p_resource_list_name Name of the resource list
573: * @param p_resource_list_id Identifier of the resource list
574: * @param p_resource_alias Alias of the resource list member
575: * @param p_resource_list_member_id Identifier of the resource list member

Line 579: * @param p_msg_count API standard: number of error messages

575: * @param p_resource_list_member_id Identifier of the resource list member
576: * @param p_new_alias New alias of the resource list member
577: * @param p_sort_order Sort order of the resource list member
578: * @param p_enabled_flag Flag indicating whether the resource list member is enabled
579: * @param p_msg_count API standard: number of error messages
580: * @rep:paraminfo {@rep:required}
581: * @param p_msg_data API standard: error message
582: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
583: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 581: * @param p_msg_data API standard: error message

577: * @param p_sort_order Sort order of the resource list member
578: * @param p_enabled_flag Flag indicating whether the resource list member is enabled
579: * @param p_msg_count API standard: number of error messages
580: * @rep:paraminfo {@rep:required}
581: * @param p_msg_data API standard: error message
582: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
583: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
584: * @rep:paraminfo {@rep:required}
585: * @rep:scope public

Line 583: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

579: * @param p_msg_count API standard: number of error messages
580: * @rep:paraminfo {@rep:required}
581: * @param p_msg_data API standard: error message
582: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
583: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
584: * @rep:paraminfo {@rep:required}
585: * @rep:scope public
586: * @rep:lifecycle active
587: * @rep:displayname Update Resource List Member

Line 608: * @param p_commit API standard (default = F): indicates if the transaction will be committed

604: ) ;
605:
606: /*#
607: * This API deletes a resource list member.
608: * @param p_commit API standard (default = F): indicates if the transaction will be committed
609: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
610: * @param p_api_version_number API standard: version number
611: * @rep:paraminfo {@rep:required}
612: * @param p_resource_list_name Name of the resource list

Line 609: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

605:
606: /*#
607: * This API deletes a resource list member.
608: * @param p_commit API standard (default = F): indicates if the transaction will be committed
609: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
610: * @param p_api_version_number API standard: version number
611: * @rep:paraminfo {@rep:required}
612: * @param p_resource_list_name Name of the resource list
613: * @param p_resource_list_id Identifier of the resource list

Line 610: * @param p_api_version_number API standard: version number

606: /*#
607: * This API deletes a resource list member.
608: * @param p_commit API standard (default = F): indicates if the transaction will be committed
609: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
610: * @param p_api_version_number API standard: version number
611: * @rep:paraminfo {@rep:required}
612: * @param p_resource_list_name Name of the resource list
613: * @param p_resource_list_id Identifier of the resource list
614: * @param p_resource_alias Alias of the resource list member

Line 616: * @param p_msg_count API standard: number of error messages

612: * @param p_resource_list_name Name of the resource list
613: * @param p_resource_list_id Identifier of the resource list
614: * @param p_resource_alias Alias of the resource list member
615: * @param p_resource_list_member_id Identifier of the resource list member
616: * @param p_msg_count API standard: number of error messages
617: * @rep:paraminfo {@rep:required}
618: * @param p_msg_data API standard: error message
619: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
620: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 618: * @param p_msg_data API standard: error message

614: * @param p_resource_alias Alias of the resource list member
615: * @param p_resource_list_member_id Identifier of the resource list member
616: * @param p_msg_count API standard: number of error messages
617: * @rep:paraminfo {@rep:required}
618: * @param p_msg_data API standard: error message
619: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
620: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
621: * @rep:paraminfo {@rep:required}
622: * @param x_err_code The error handling code

Line 620: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

616: * @param p_msg_count API standard: number of error messages
617: * @rep:paraminfo {@rep:required}
618: * @param p_msg_data API standard: error message
619: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
620: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
621: * @rep:paraminfo {@rep:required}
622: * @param x_err_code The error handling code
623: * @rep:paraminfo {@rep:required}
624: * @param x_err_stage The point of occurrence of an error

Line 648: * @param p_commit API standard (default = F): indicates if the transaction will be committed

644: ) ;
645:
646: /*#
647: * This API updates the sort order for resource members in a given resource list
648: * @param p_commit API standard (default = F): indicates if the transaction will be committed
649: * @param p_api_version_number API standard: version number
650: * @rep:paraminfo {@rep:required}
651: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
652: * @param p_resource_list_name Name of the resource list

Line 649: * @param p_api_version_number API standard: version number

645:
646: /*#
647: * This API updates the sort order for resource members in a given resource list
648: * @param p_commit API standard (default = F): indicates if the transaction will be committed
649: * @param p_api_version_number API standard: version number
650: * @rep:paraminfo {@rep:required}
651: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
652: * @param p_resource_list_name Name of the resource list
653: * @param p_resource_list_id Identifier of the resource list

Line 651: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

647: * This API updates the sort order for resource members in a given resource list
648: * @param p_commit API standard (default = F): indicates if the transaction will be committed
649: * @param p_api_version_number API standard: version number
650: * @rep:paraminfo {@rep:required}
651: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
652: * @param p_resource_list_name Name of the resource list
653: * @param p_resource_list_id Identifier of the resource list
654: * @param p_resource_group_alias Alias of the resource group
655: * @param p_sort_by Sort by code

Line 657: * @param p_msg_count API standard: number of error messages

653: * @param p_resource_list_id Identifier of the resource list
654: * @param p_resource_group_alias Alias of the resource group
655: * @param p_sort_by Sort by code
656: * @rep:paraminfo {@rep:required}
657: * @param p_msg_count API standard: number of error messages
658: * @rep:paraminfo {@rep:required}
659: * @param p_msg_data API standard: error message
660: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
661: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

Line 659: * @param p_msg_data API standard: error message

655: * @param p_sort_by Sort by code
656: * @rep:paraminfo {@rep:required}
657: * @param p_msg_count API standard: number of error messages
658: * @rep:paraminfo {@rep:required}
659: * @param p_msg_data API standard: error message
660: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
661: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
662: * @rep:paraminfo {@rep:required}
663: * @rep:scope public

Line 661: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

657: * @param p_msg_count API standard: number of error messages
658: * @rep:paraminfo {@rep:required}
659: * @param p_msg_data API standard: error message
660: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
661: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
662: * @rep:paraminfo {@rep:required}
663: * @rep:scope public
664: * @rep:lifecycle active
665: * @rep:displayname Update Multiple Members-Sort