DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on STANDARD

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

180: empty_task_asgmts_out_tbl assignment_out_tbl_type;
181:
182: /*#
183: * This API is used to load project task resources to a global PL/SQL table.
184: * @param p_commit API standard (default = F): indicates if the transaction will be committed
185: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
186: * @param p_api_version_number API standard: version number
187: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
188: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

181:
182: /*#
183: * This API is used to load project task resources to a global PL/SQL table.
184: * @param p_commit API standard (default = F): indicates if the transaction will be committed
185: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
186: * @param p_api_version_number API standard: version number
187: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
188: * @param p_pa_project_id Identifier of the project in the Oracle Projects
189: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects

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

182: /*#
183: * This API is used to load project task resources to a global PL/SQL table.
184: * @param p_commit API standard (default = F): indicates if the transaction will be committed
185: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
186: * @param p_api_version_number API standard: version number
187: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
188: * @param p_pa_project_id Identifier of the project in the Oracle Projects
189: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
190: * @param p_pm_task_reference External task reference

Line 244: * @param x_msg_count API standard: number of error messages

240: * @param up_mfg_cost_type Manufacturing cost type (used only in update mode)
241: * @param up_mfg_cost_type_id Identifier of the manufacturing cost type (used only in update mode)
242: * @param p_context_flag Flag indicating whether the task assignments that are not passed on the tasks will be deleted
243: * @rep:paraminfo {@rep:precision 1}
244: * @param x_msg_count API standard: number of error messages
245: * @rep:paraminfo {@rep:required}
246: * @param x_msg_data API standard: error message
247: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
248: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 246: * @param x_msg_data API standard: error message

242: * @param p_context_flag Flag indicating whether the task assignments that are not passed on the tasks will be deleted
243: * @rep:paraminfo {@rep:precision 1}
244: * @param x_msg_count API standard: number of error messages
245: * @rep:paraminfo {@rep:required}
246: * @param x_msg_data API standard: error message
247: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
248: * @param x_return_status API standard Return of the API success / failure / unexpected error
249: * @rep:paraminfo {@rep:precision 1} {@rep:required}
250: * @rep:scope public

Line 248: * @param x_return_status API standard Return of the API success / failure / unexpected error

244: * @param x_msg_count API standard: number of error messages
245: * @rep:paraminfo {@rep:required}
246: * @param x_msg_data API standard: error message
247: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
248: * @param x_return_status API standard Return of the API success / failure / unexpected error
249: * @rep:paraminfo {@rep:precision 1} {@rep:required}
250: * @rep:scope public
251: * @rep:lifecycle active
252: * @rep:displayname Load Project Task Resources

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

321: ) ;
322:
323: /*#
324: * This API is used to load periodic data of project task resources to a global PL/SQL table.
325: * @param p_commit API standard (default = F): indicates if the transaction will be committed
326: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
327: * @param p_api_version_number API standard: version number
328: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
329: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

322:
323: /*#
324: * This API is used to load periodic data of project task resources to a global PL/SQL table.
325: * @param p_commit API standard (default = F): indicates if the transaction will be committed
326: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
327: * @param p_api_version_number API standard: version number
328: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
329: * @param p_pa_project_id Identifier of the project in the Oracle Projects
330: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects

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

323: /*#
324: * This API is used to load periodic data of project task resources to a global PL/SQL table.
325: * @param p_commit API standard (default = F): indicates if the transaction will be committed
326: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
327: * @param p_api_version_number API standard: version number
328: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
329: * @param p_pa_project_id Identifier of the project in the Oracle Projects
330: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
331: * @param p_pm_task_reference External task reference

Line 345: * @param x_msg_count API standard: number of error messages

341: * @param p_txn_quantity Planned effort or quantity for the period
342: * @param p_txn_raw_cost Planned raw cost for the period
343: * @param p_txn_bur_cost Planned burdened cost for the period
344: * @param p_currency_code Currency code
345: * @param x_msg_count API standard: number of error messages
346: * @rep:paraminfo {@rep:required}
347: * @param x_msg_data API standard: error message
348: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
349: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 347: * @param x_msg_data API standard: error message

343: * @param p_txn_bur_cost Planned burdened cost for the period
344: * @param p_currency_code Currency code
345: * @param x_msg_count API standard: number of error messages
346: * @rep:paraminfo {@rep:required}
347: * @param x_msg_data API standard: error message
348: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
349: * @param x_return_status API standard Return of the API success / failure / unexpected error
350: * @rep:paraminfo {@rep:precision 1} {@rep:required}
351: * @rep:scope public

Line 349: * @param x_return_status API standard Return of the API success / failure / unexpected error

345: * @param x_msg_count API standard: number of error messages
346: * @rep:paraminfo {@rep:required}
347: * @param x_msg_data API standard: error message
348: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
349: * @param x_return_status API standard Return of the API success / failure / unexpected error
350: * @rep:paraminfo {@rep:precision 1} {@rep:required}
351: * @rep:scope public
352: * @rep:lifecycle active
353: * @rep:displayname Load Periodic Data of Project Task Resources

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

383: );
384:
385: /*#
386: * This API is used to create project task resources using the data stored in the global tables.
387: * @param p_api_version_number API standard: version number
388: * @param p_commit API standard (default = F): indicates if the transaction will be committed
389: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
390: * @param p_pm_product_code Identifier of the external system from which the project was imported
391: * @rep:paraminfo {@rep:precision 25}

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

384:
385: /*#
386: * This API is used to create project task resources using the data stored in the global tables.
387: * @param p_api_version_number API standard: version number
388: * @param p_commit API standard (default = F): indicates if the transaction will be committed
389: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
390: * @param p_pm_product_code Identifier of the external system from which the project was imported
391: * @rep:paraminfo {@rep:precision 25}
392: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

385: /*#
386: * This API is used to create project task resources using the data stored in the global tables.
387: * @param p_api_version_number API standard: version number
388: * @param p_commit API standard (default = F): indicates if the transaction will be committed
389: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
390: * @param p_pm_product_code Identifier of the external system from which the project was imported
391: * @rep:paraminfo {@rep:precision 25}
392: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
393: * @param p_pa_project_id Identifier of the project in the Oracle Projects

Line 395: * @param x_msg_count API standard: number of error messages

391: * @rep:paraminfo {@rep:precision 25}
392: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
393: * @param p_pa_project_id Identifier of the project in the Oracle Projects
394: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
395: * @param x_msg_count API standard: number of error messages
396: * @rep:paraminfo {@rep:required}
397: * @param x_msg_data API standard: error message
398: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
399: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 397: * @param x_msg_data API standard: error message

393: * @param p_pa_project_id Identifier of the project in the Oracle Projects
394: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
395: * @param x_msg_count API standard: number of error messages
396: * @rep:paraminfo {@rep:required}
397: * @param x_msg_data API standard: error message
398: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
399: * @param x_return_status API standard Return of the API success / failure / unexpected error
400: * @rep:paraminfo {@rep:precision 1} {@rep:required}
401: * @rep:scope public

Line 399: * @param x_return_status API standard Return of the API success / failure / unexpected error

395: * @param x_msg_count API standard: number of error messages
396: * @rep:paraminfo {@rep:required}
397: * @param x_msg_data API standard: error message
398: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
399: * @param x_return_status API standard Return of the API success / failure / unexpected error
400: * @rep:paraminfo {@rep:precision 1} {@rep:required}
401: * @rep:scope public
402: * @rep:lifecycle active
403: * @rep:displayname Execute Create Project Task Resources

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

420: );
421:
422: /*#
423: * This API is used to update project task resources using the data stored in the global tables.
424: * @param p_api_version_number API standard: version number
425: * @param p_commit API standard (default = F): indicates if the transaction will be committed
426: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
427: * @param p_pm_product_code Identifier of the external system from which the project was imported
428: * @rep:paraminfo {@rep:precision 25}

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

421:
422: /*#
423: * This API is used to update project task resources using the data stored in the global tables.
424: * @param p_api_version_number API standard: version number
425: * @param p_commit API standard (default = F): indicates if the transaction will be committed
426: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
427: * @param p_pm_product_code Identifier of the external system from which the project was imported
428: * @rep:paraminfo {@rep:precision 25}
429: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

422: /*#
423: * This API is used to update project task resources using the data stored in the global tables.
424: * @param p_api_version_number API standard: version number
425: * @param p_commit API standard (default = F): indicates if the transaction will be committed
426: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
427: * @param p_pm_product_code Identifier of the external system from which the project was imported
428: * @rep:paraminfo {@rep:precision 25}
429: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
430: * @param p_pa_project_id Identifier of the project in the Oracle Projects

Line 432: * @param x_msg_count API standard: number of error messages

428: * @rep:paraminfo {@rep:precision 25}
429: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
430: * @param p_pa_project_id Identifier of the project in the Oracle Projects
431: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
432: * @param x_msg_count API standard: number of error messages
433: * @rep:paraminfo {@rep:required}
434: * @param x_msg_data API standard: error message
435: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
436: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 434: * @param x_msg_data API standard: error message

430: * @param p_pa_project_id Identifier of the project in the Oracle Projects
431: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
432: * @param x_msg_count API standard: number of error messages
433: * @rep:paraminfo {@rep:required}
434: * @param x_msg_data API standard: error message
435: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
436: * @param x_return_status API standard Return of the API success / failure / unexpected error
437: * @rep:paraminfo {@rep:precision 1} {@rep:required}
438: * @rep:scope public

Line 436: * @param x_return_status API standard Return of the API success / failure / unexpected error

432: * @param x_msg_count API standard: number of error messages
433: * @rep:paraminfo {@rep:required}
434: * @param x_msg_data API standard: error message
435: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
436: * @param x_return_status API standard Return of the API success / failure / unexpected error
437: * @rep:paraminfo {@rep:precision 1} {@rep:required}
438: * @rep:scope public
439: * @rep:lifecycle active
440: * @rep:displayname Execute Update Project Task Resources

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

457: );
458:
459: /*#
460: * This API is used to create project task resources using a table of task resource records.
461: * @param p_commit API standard (default = F): indicates if the transaction will be committed
462: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
463: * @param p_api_version_number API standard: version number
464: * @param p_pm_product_code Identifier of the external system from which the project was imported
465: * @rep:paraminfo {@rep:precision 25}

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

458:
459: /*#
460: * This API is used to create project task resources using a table of task resource records.
461: * @param p_commit API standard (default = F): indicates if the transaction will be committed
462: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
463: * @param p_api_version_number API standard: version number
464: * @param p_pm_product_code Identifier of the external system from which the project was imported
465: * @rep:paraminfo {@rep:precision 25}
466: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

459: /*#
460: * This API is used to create project task resources using a table of task resource records.
461: * @param p_commit API standard (default = F): indicates if the transaction will be committed
462: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
463: * @param p_api_version_number API standard: version number
464: * @param p_pm_product_code Identifier of the external system from which the project was imported
465: * @rep:paraminfo {@rep:precision 25}
466: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
467: * @param p_pa_project_id Identifier of the project in the Oracle Projects

Line 474: * @param x_msg_count API standard: number of error messages

470: * @param p_task_assignments_in Input table of task resource detail records
471: * @rep:paraminfo {@rep:required}
472: * @param p_task_assignments_out Output table of task resource detail records
473: * @rep:paraminfo {@rep:required}
474: * @param x_msg_count API standard: number of error messages
475: * @rep:paraminfo {@rep:required}
476: * @param x_msg_data API standard: error message
477: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
478: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 476: * @param x_msg_data API standard: error message

472: * @param p_task_assignments_out Output table of task resource detail records
473: * @rep:paraminfo {@rep:required}
474: * @param x_msg_count API standard: number of error messages
475: * @rep:paraminfo {@rep:required}
476: * @param x_msg_data API standard: error message
477: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
478: * @param x_return_status API standard Return of the API success / failure / unexpected error
479: * @rep:paraminfo {@rep:precision 1} {@rep:required}
480: * @rep:scope public

Line 478: * @param x_return_status API standard Return of the API success / failure / unexpected error

474: * @param x_msg_count API standard: number of error messages
475: * @rep:paraminfo {@rep:required}
476: * @param x_msg_data API standard: error message
477: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
478: * @param x_return_status API standard Return of the API success / failure / unexpected error
479: * @rep:paraminfo {@rep:precision 1} {@rep:required}
480: * @rep:scope public
481: * @rep:lifecycle active
482: * @rep:displayname Create Project Task Resources

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

503:
504: /*#
505: * This API is used to create project task resources and periodic data using a table of task resource records
506: * and a table of periodic data.
507: * @param p_commit API standard (default = F): indicates if the transaction will be committed
508: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
509: * @param p_api_version_number API standard: version number
510: * @param p_pm_product_code Identifier of the external system from which the project was imported
511: * @rep:paraminfo {@rep:precision 25}

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

504: /*#
505: * This API is used to create project task resources and periodic data using a table of task resource records
506: * and a table of periodic data.
507: * @param p_commit API standard (default = F): indicates if the transaction will be committed
508: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
509: * @param p_api_version_number API standard: version number
510: * @param p_pm_product_code Identifier of the external system from which the project was imported
511: * @rep:paraminfo {@rep:precision 25}
512: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

505: * This API is used to create project task resources and periodic data using a table of task resource records
506: * and a table of periodic data.
507: * @param p_commit API standard (default = F): indicates if the transaction will be committed
508: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
509: * @param p_api_version_number API standard: version number
510: * @param p_pm_product_code Identifier of the external system from which the project was imported
511: * @rep:paraminfo {@rep:precision 25}
512: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
513: * @param p_pa_project_id Identifier of the project in the Oracle Projects

Line 523: * @param x_msg_count API standard: number of error messages

519: * @param p_task_assignment_periods_in Input table of task resource periodic data detail records
520: * @rep:paraminfo {@rep:required}
521: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
522: * @rep:paraminfo {@rep:required}
523: * @param x_msg_count API standard: number of error messages
524: * @rep:paraminfo {@rep:required}
525: * @param x_msg_data API standard: error message
526: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
527: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 525: * @param x_msg_data API standard: error message

521: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
522: * @rep:paraminfo {@rep:required}
523: * @param x_msg_count API standard: number of error messages
524: * @rep:paraminfo {@rep:required}
525: * @param x_msg_data API standard: error message
526: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
527: * @param x_return_status API standard Return of the API success / failure / unexpected error
528: * @rep:paraminfo {@rep:precision 1} {@rep:required}
529: * @rep:scope public

Line 527: * @param x_return_status API standard Return of the API success / failure / unexpected error

523: * @param x_msg_count API standard: number of error messages
524: * @rep:paraminfo {@rep:required}
525: * @param x_msg_data API standard: error message
526: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
527: * @param x_return_status API standard Return of the API success / failure / unexpected error
528: * @rep:paraminfo {@rep:precision 1} {@rep:required}
529: * @rep:scope public
530: * @rep:lifecycle active
531: * @rep:displayname Create Project Task Resource and Periodic Data

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

552: );
553:
554: /*#
555: * This API is used to update project task resources using a table of task resource records.
556: * @param p_commit API standard (default = F): indicates if the transaction will be committed
557: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
558: * @param p_api_version_number API standard: version number
559: * @param p_pm_product_code Identifier of the external system from which the project was imported
560: * @rep:paraminfo {@rep:precision 25}

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

553:
554: /*#
555: * This API is used to update project task resources using a table of task resource records.
556: * @param p_commit API standard (default = F): indicates if the transaction will be committed
557: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
558: * @param p_api_version_number API standard: version number
559: * @param p_pm_product_code Identifier of the external system from which the project was imported
560: * @rep:paraminfo {@rep:precision 25}
561: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

554: /*#
555: * This API is used to update project task resources using a table of task resource records.
556: * @param p_commit API standard (default = F): indicates if the transaction will be committed
557: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
558: * @param p_api_version_number API standard: version number
559: * @param p_pm_product_code Identifier of the external system from which the project was imported
560: * @rep:paraminfo {@rep:precision 25}
561: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
562: * @param p_pa_project_id Identifier of the project in the Oracle Projects

Line 568: * @param x_msg_count API standard: number of error messages

564: * @param p_task_assignments_in Input table of task resource detail records
565: * @rep:paraminfo {@rep:required}
566: * @param p_task_assignments_out Output table of task resource detail records
567: * @rep:paraminfo {@rep:required}
568: * @param x_msg_count API standard: number of error messages
569: * @rep:paraminfo {@rep:required}
570: * @param x_msg_data API standard: error message
571: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
572: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 570: * @param x_msg_data API standard: error message

566: * @param p_task_assignments_out Output table of task resource detail records
567: * @rep:paraminfo {@rep:required}
568: * @param x_msg_count API standard: number of error messages
569: * @rep:paraminfo {@rep:required}
570: * @param x_msg_data API standard: error message
571: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
572: * @param x_return_status API standard Return of the API success / failure / unexpected error
573: * @rep:paraminfo {@rep:precision 1} {@rep:required}
574: * @rep:scope public

Line 572: * @param x_return_status API standard Return of the API success / failure / unexpected error

568: * @param x_msg_count API standard: number of error messages
569: * @rep:paraminfo {@rep:required}
570: * @param x_msg_data API standard: error message
571: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
572: * @param x_return_status API standard Return of the API success / failure / unexpected error
573: * @rep:paraminfo {@rep:precision 1} {@rep:required}
574: * @rep:scope public
575: * @rep:lifecycle active
576: * @rep:displayname Update Project Task Resources

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

595: );
596:
597: /*#
598: * This API is used to delete project task resources using a table of task resource records.
599: * @param p_commit API standard (default = F): indicates if the transaction will be committed
600: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
601: * @param p_api_version_number API standard: version number
602: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
603: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

596:
597: /*#
598: * This API is used to delete project task resources using a table of task resource records.
599: * @param p_commit API standard (default = F): indicates if the transaction will be committed
600: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
601: * @param p_api_version_number API standard: version number
602: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
603: * @param p_pa_project_id Identifier of the project in the Oracle Projects
604: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects

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

597: /*#
598: * This API is used to delete project task resources using a table of task resource records.
599: * @param p_commit API standard (default = F): indicates if the transaction will be committed
600: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
601: * @param p_api_version_number API standard: version number
602: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
603: * @param p_pa_project_id Identifier of the project in the Oracle Projects
604: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
605: * @param p_task_assignments_in Input table of task resource detail records

Line 607: * @param x_msg_count API standard: number of error messages

603: * @param p_pa_project_id Identifier of the project in the Oracle Projects
604: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
605: * @param p_task_assignments_in Input table of task resource detail records
606: * @rep:paraminfo {@rep:required}
607: * @param x_msg_count API standard: number of error messages
608: * @rep:paraminfo {@rep:required}
609: * @param x_msg_data API standard: error message
610: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
611: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 609: * @param x_msg_data API standard: error message

605: * @param p_task_assignments_in Input table of task resource detail records
606: * @rep:paraminfo {@rep:required}
607: * @param x_msg_count API standard: number of error messages
608: * @rep:paraminfo {@rep:required}
609: * @param x_msg_data API standard: error message
610: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
611: * @param x_return_status API standard Return of the API success / failure / unexpected error
612: * @rep:paraminfo {@rep:precision 1} {@rep:required}
613: * @rep:scope public

Line 611: * @param x_return_status API standard Return of the API success / failure / unexpected error

607: * @param x_msg_count API standard: number of error messages
608: * @rep:paraminfo {@rep:required}
609: * @param x_msg_data API standard: error message
610: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
611: * @param x_return_status API standard Return of the API success / failure / unexpected error
612: * @rep:paraminfo {@rep:precision 1} {@rep:required}
613: * @rep:scope public
614: * @rep:lifecycle active
615: * @rep:displayname Delete Project Task Resources

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

633:
634: /*#
635: * This API is used to update project task resources and periodic data using a table of task resource records
636: * and a table of periodic data.
637: * @param p_commit API standard (default = F): indicates if the transaction will be committed
638: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
639: * @param p_api_version_number API standard: version number
640: * @param p_pm_product_code Identifier of the external system from which the project was imported
641: * @rep:paraminfo {@rep:precision 25}

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

634: /*#
635: * This API is used to update project task resources and periodic data using a table of task resource records
636: * and a table of periodic data.
637: * @param p_commit API standard (default = F): indicates if the transaction will be committed
638: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
639: * @param p_api_version_number API standard: version number
640: * @param p_pm_product_code Identifier of the external system from which the project was imported
641: * @rep:paraminfo {@rep:precision 25}
642: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

635: * This API is used to update project task resources and periodic data using a table of task resource records
636: * and a table of periodic data.
637: * @param p_commit API standard (default = F): indicates if the transaction will be committed
638: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
639: * @param p_api_version_number API standard: version number
640: * @param p_pm_product_code Identifier of the external system from which the project was imported
641: * @rep:paraminfo {@rep:precision 25}
642: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
643: * @param p_pa_project_id Identifier of the project in the Oracle Projects

Line 653: * @param x_msg_count API standard: number of error messages

649: * @param p_task_assignment_periods_in Input table of task resource periodic data detail records
650: * @rep:paraminfo {@rep:required}
651: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
652: * @rep:paraminfo {@rep:required}
653: * @param x_msg_count API standard: number of error messages
654: * @rep:paraminfo {@rep:required}
655: * @param x_msg_data API standard: error message
656: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
657: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 655: * @param x_msg_data API standard: error message

651: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
652: * @rep:paraminfo {@rep:required}
653: * @param x_msg_count API standard: number of error messages
654: * @rep:paraminfo {@rep:required}
655: * @param x_msg_data API standard: error message
656: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
657: * @param x_return_status API standard Return of the API success / failure / unexpected error
658: * @rep:paraminfo {@rep:precision 1} {@rep:required}
659: * @rep:scope public

Line 657: * @param x_return_status API standard Return of the API success / failure / unexpected error

653: * @param x_msg_count API standard: number of error messages
654: * @rep:paraminfo {@rep:required}
655: * @param x_msg_data API standard: error message
656: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
657: * @param x_return_status API standard Return of the API success / failure / unexpected error
658: * @rep:paraminfo {@rep:precision 1} {@rep:required}
659: * @rep:scope public
660: * @rep:lifecycle active
661: * @rep:displayname Update Project Task Resource and Periodic Data

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

682: );
683:
684: /*#
685: * This API is used to fetch output parameters related to project task resources.
686: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
687: * @param p_api_version_number API standard: version number
688: * @param p_task_asgmt_index Index of task resources to be retrieved
689: * @param p_pm_task_asgmt_reference External task resource reference
690: * @rep:paraminfo {@rep:required}

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

683:
684: /*#
685: * This API is used to fetch output parameters related to project task resources.
686: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
687: * @param p_api_version_number API standard: version number
688: * @param p_task_asgmt_index Index of task resources to be retrieved
689: * @param p_pm_task_asgmt_reference External task resource reference
690: * @rep:paraminfo {@rep:required}
691: * @param p_pa_task_assignment_id Identifier of the task resource in Oracle Projects

Line 701: * @param x_return_status API standard Return of the API success / failure / unexpected error

697: * @param p_resource_alias Alias of the planning resource
698: * @rep:paraminfo {@rep:required}
699: * @param p_resource_list_member_id Identifier of the planning resource
700: * @rep:paraminfo {@rep:required}
701: * @param x_return_status API standard Return of the API success / failure / unexpected error
702: * @rep:paraminfo {@rep:precision 1} {@rep:required}
703: * @rep:scope public
704: * @rep:lifecycle active
705: * @rep:displayname Fetch Project Task Resources

Line 738: * @param p_add_error_msg_flag API standard Flag to add error messages

734: * @param p_pm_task_asgmt_reference External task resource reference
735: * @param p_pa_task_assignment_id Identifier of the task resource in Oracle Projects
736: * @param p_resource_alias Alias of the planning resource
737: * @param p_resource_list_member_id Identifier of the planning resource
738: * @param p_add_error_msg_flag API standard Flag to add error messages
739: * @param p_published_version_flag Published Version Flag
740: * @param x_pa_task_assignment_id Identifier of the task resource in Oracle Projects
741: * @rep:paraminfo {@rep:required}
742: * @param x_return_status API standard Return of the API success / failure / unexpected error

Line 742: * @param x_return_status API standard Return of the API success / failure / unexpected error

738: * @param p_add_error_msg_flag API standard Flag to add error messages
739: * @param p_published_version_flag Published Version Flag
740: * @param x_pa_task_assignment_id Identifier of the task resource in Oracle Projects
741: * @rep:paraminfo {@rep:required}
742: * @param x_return_status API standard Return of the API success / failure / unexpected error
743: * @rep:paraminfo {@rep:precision 1} {@rep:required}
744: * @rep:scope public
745: * @rep:lifecycle active
746: * @rep:displayname Convert Project Task Resource Reference to Id