DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on STANDARD

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

190: empty_task_asgmts_out_tbl assignment_out_tbl_type;
191:
192: /*#
193: * This API is used to load project task resources to a global PL/SQL table.
194: * @param p_commit API standard (default = F): indicates if the transaction will be committed
195: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
196: * @param p_api_version_number API standard: version number
197: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
198: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

191:
192: /*#
193: * This API is used to load project task resources to a global PL/SQL table.
194: * @param p_commit API standard (default = F): indicates if the transaction will be committed
195: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
196: * @param p_api_version_number API standard: version number
197: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
198: * @param p_pa_project_id Identifier of the project in the Oracle Projects
199: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects

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

192: /*#
193: * This API is used to load project task resources to a global PL/SQL table.
194: * @param p_commit API standard (default = F): indicates if the transaction will be committed
195: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
196: * @param p_api_version_number API standard: version number
197: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
198: * @param p_pa_project_id Identifier of the project in the Oracle Projects
199: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
200: * @param p_pm_task_reference External task reference

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

250: * @param up_mfg_cost_type Manufacturing cost type (used only in update mode)
251: * @param up_mfg_cost_type_id Identifier of the manufacturing cost type (used only in update mode)
252: * @param p_context_flag Flag indicating whether the task assignments that are not passed on the tasks will be deleted
253: * @rep:paraminfo {@rep:precision 1}
254: * @param x_msg_count API standard: number of error messages
255: * @rep:paraminfo {@rep:required}
256: * @param x_msg_data API standard: error message
257: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
258: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

252: * @param p_context_flag Flag indicating whether the task assignments that are not passed on the tasks will be deleted
253: * @rep:paraminfo {@rep:precision 1}
254: * @param x_msg_count API standard: number of error messages
255: * @rep:paraminfo {@rep:required}
256: * @param x_msg_data API standard: error message
257: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
258: * @param x_return_status API standard Return of the API success / failure / unexpected error
259: * @rep:paraminfo {@rep:precision 1} {@rep:required}
260: * @rep:scope public

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

254: * @param x_msg_count API standard: number of error messages
255: * @rep:paraminfo {@rep:required}
256: * @param x_msg_data API standard: error message
257: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
258: * @param x_return_status API standard Return of the API success / failure / unexpected error
259: * @rep:paraminfo {@rep:precision 1} {@rep:required}
260: * @rep:scope public
261: * @rep:lifecycle active
262: * @rep:displayname Load Project Task Resources

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

332: ) ;
333:
334: /*#
335: * This API is used to load periodic data of project task resources to a global PL/SQL table.
336: * @param p_commit API standard (default = F): indicates if the transaction will be committed
337: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
338: * @param p_api_version_number API standard: version number
339: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
340: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

333:
334: /*#
335: * This API is used to load periodic data of project task resources to a global PL/SQL table.
336: * @param p_commit API standard (default = F): indicates if the transaction will be committed
337: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
338: * @param p_api_version_number API standard: version number
339: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
340: * @param p_pa_project_id Identifier of the project in the Oracle Projects
341: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects

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

334: /*#
335: * This API is used to load periodic data of project task resources to a global PL/SQL table.
336: * @param p_commit API standard (default = F): indicates if the transaction will be committed
337: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
338: * @param p_api_version_number API standard: version number
339: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
340: * @param p_pa_project_id Identifier of the project in the Oracle Projects
341: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
342: * @param p_pm_task_reference External task reference

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

352: * @param p_txn_quantity Planned effort or quantity for the period
353: * @param p_txn_raw_cost Planned raw cost for the period
354: * @param p_txn_bur_cost Planned burdened cost for the period
355: * @param p_currency_code Currency code
356: * @param x_msg_count API standard: number of error messages
357: * @rep:paraminfo {@rep:required}
358: * @param x_msg_data API standard: error message
359: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
360: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

354: * @param p_txn_bur_cost Planned burdened cost for the period
355: * @param p_currency_code Currency code
356: * @param x_msg_count API standard: number of error messages
357: * @rep:paraminfo {@rep:required}
358: * @param x_msg_data API standard: error message
359: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
360: * @param x_return_status API standard Return of the API success / failure / unexpected error
361: * @rep:paraminfo {@rep:precision 1} {@rep:required}
362: * @rep:scope public

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

356: * @param x_msg_count API standard: number of error messages
357: * @rep:paraminfo {@rep:required}
358: * @param x_msg_data API standard: error message
359: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
360: * @param x_return_status API standard Return of the API success / failure / unexpected error
361: * @rep:paraminfo {@rep:precision 1} {@rep:required}
362: * @rep:scope public
363: * @rep:lifecycle active
364: * @rep:displayname Load Periodic Data of Project Task Resources

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

395: );
396:
397: /*#
398: * This API is used to create project task resources using the data stored in the global tables.
399: * @param p_api_version_number API standard: version number
400: * @param p_commit API standard (default = F): indicates if the transaction will be committed
401: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
402: * @param p_pm_product_code Identifier of the external system from which the project was imported
403: * @rep:paraminfo {@rep:precision 25}

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

396:
397: /*#
398: * This API is used to create project task resources using the data stored in the global tables.
399: * @param p_api_version_number API standard: version number
400: * @param p_commit API standard (default = F): indicates if the transaction will be committed
401: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
402: * @param p_pm_product_code Identifier of the external system from which the project was imported
403: * @rep:paraminfo {@rep:precision 25}
404: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

397: /*#
398: * This API is used to create project task resources using the data stored in the global tables.
399: * @param p_api_version_number API standard: version number
400: * @param p_commit API standard (default = F): indicates if the transaction will be committed
401: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
402: * @param p_pm_product_code Identifier of the external system from which the project was imported
403: * @rep:paraminfo {@rep:precision 25}
404: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
405: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

403: * @rep:paraminfo {@rep:precision 25}
404: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
405: * @param p_pa_project_id Identifier of the project in the Oracle Projects
406: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
407: * @param x_msg_count API standard: number of error messages
408: * @rep:paraminfo {@rep:required}
409: * @param x_msg_data API standard: error message
410: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
411: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

405: * @param p_pa_project_id Identifier of the project in the Oracle Projects
406: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
407: * @param x_msg_count API standard: number of error messages
408: * @rep:paraminfo {@rep:required}
409: * @param x_msg_data API standard: error message
410: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
411: * @param x_return_status API standard Return of the API success / failure / unexpected error
412: * @rep:paraminfo {@rep:precision 1} {@rep:required}
413: * @rep:scope public

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

407: * @param x_msg_count API standard: number of error messages
408: * @rep:paraminfo {@rep:required}
409: * @param x_msg_data API standard: error message
410: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
411: * @param x_return_status API standard Return of the API success / failure / unexpected error
412: * @rep:paraminfo {@rep:precision 1} {@rep:required}
413: * @rep:scope public
414: * @rep:lifecycle active
415: * @rep:displayname Execute Create Project Task Resources

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

432: );
433:
434: /*#
435: * This API is used to update project task resources using the data stored in the global tables.
436: * @param p_api_version_number API standard: version number
437: * @param p_commit API standard (default = F): indicates if the transaction will be committed
438: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
439: * @param p_pm_product_code Identifier of the external system from which the project was imported
440: * @rep:paraminfo {@rep:precision 25}

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

433:
434: /*#
435: * This API is used to update project task resources using the data stored in the global tables.
436: * @param p_api_version_number API standard: version number
437: * @param p_commit API standard (default = F): indicates if the transaction will be committed
438: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
439: * @param p_pm_product_code Identifier of the external system from which the project was imported
440: * @rep:paraminfo {@rep:precision 25}
441: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

434: /*#
435: * This API is used to update project task resources using the data stored in the global tables.
436: * @param p_api_version_number API standard: version number
437: * @param p_commit API standard (default = F): indicates if the transaction will be committed
438: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
439: * @param p_pm_product_code Identifier of the external system from which the project was imported
440: * @rep:paraminfo {@rep:precision 25}
441: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
442: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

440: * @rep:paraminfo {@rep:precision 25}
441: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
442: * @param p_pa_project_id Identifier of the project in the Oracle Projects
443: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
444: * @param x_msg_count API standard: number of error messages
445: * @rep:paraminfo {@rep:required}
446: * @param x_msg_data API standard: error message
447: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
448: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

442: * @param p_pa_project_id Identifier of the project in the Oracle Projects
443: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
444: * @param x_msg_count API standard: number of error messages
445: * @rep:paraminfo {@rep:required}
446: * @param x_msg_data API standard: error message
447: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
448: * @param x_return_status API standard Return of the API success / failure / unexpected error
449: * @rep:paraminfo {@rep:precision 1} {@rep:required}
450: * @rep:scope public

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

444: * @param x_msg_count API standard: number of error messages
445: * @rep:paraminfo {@rep:required}
446: * @param x_msg_data API standard: error message
447: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
448: * @param x_return_status API standard Return of the API success / failure / unexpected error
449: * @rep:paraminfo {@rep:precision 1} {@rep:required}
450: * @rep:scope public
451: * @rep:lifecycle active
452: * @rep:displayname Execute Update Project Task Resources

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

469: );
470:
471: /*#
472: * This API is used to create project task resources using a table of task resource records.
473: * @param p_commit API standard (default = F): indicates if the transaction will be committed
474: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
475: * @param p_api_version_number API standard: version number
476: * @param p_pm_product_code Identifier of the external system from which the project was imported
477: * @rep:paraminfo {@rep:precision 25}

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

470:
471: /*#
472: * This API is used to create project task resources using a table of task resource records.
473: * @param p_commit API standard (default = F): indicates if the transaction will be committed
474: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
475: * @param p_api_version_number API standard: version number
476: * @param p_pm_product_code Identifier of the external system from which the project was imported
477: * @rep:paraminfo {@rep:precision 25}
478: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

471: /*#
472: * This API is used to create project task resources using a table of task resource records.
473: * @param p_commit API standard (default = F): indicates if the transaction will be committed
474: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
475: * @param p_api_version_number API standard: version number
476: * @param p_pm_product_code Identifier of the external system from which the project was imported
477: * @rep:paraminfo {@rep:precision 25}
478: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
479: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

482: * @param p_task_assignments_in Input table of task resource detail records
483: * @rep:paraminfo {@rep:required}
484: * @param p_task_assignments_out Output table of task resource detail records
485: * @rep:paraminfo {@rep:required}
486: * @param x_msg_count API standard: number of error messages
487: * @rep:paraminfo {@rep:required}
488: * @param x_msg_data API standard: error message
489: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
490: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

484: * @param p_task_assignments_out Output table of task resource detail records
485: * @rep:paraminfo {@rep:required}
486: * @param x_msg_count API standard: number of error messages
487: * @rep:paraminfo {@rep:required}
488: * @param x_msg_data API standard: error message
489: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
490: * @param x_return_status API standard Return of the API success / failure / unexpected error
491: * @rep:paraminfo {@rep:precision 1} {@rep:required}
492: * @rep:scope public

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

486: * @param x_msg_count API standard: number of error messages
487: * @rep:paraminfo {@rep:required}
488: * @param x_msg_data API standard: error message
489: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
490: * @param x_return_status API standard Return of the API success / failure / unexpected error
491: * @rep:paraminfo {@rep:precision 1} {@rep:required}
492: * @rep:scope public
493: * @rep:lifecycle active
494: * @rep:displayname Create Project Task Resources

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

515:
516: /*#
517: * This API is used to create project task resources and periodic data using a table of task resource records
518: * and a table of periodic data.
519: * @param p_commit API standard (default = F): indicates if the transaction will be committed
520: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
521: * @param p_api_version_number API standard: version number
522: * @param p_pm_product_code Identifier of the external system from which the project was imported
523: * @rep:paraminfo {@rep:precision 25}

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

516: /*#
517: * This API is used to create project task resources and periodic data using a table of task resource records
518: * and a table of periodic data.
519: * @param p_commit API standard (default = F): indicates if the transaction will be committed
520: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
521: * @param p_api_version_number API standard: version number
522: * @param p_pm_product_code Identifier of the external system from which the project was imported
523: * @rep:paraminfo {@rep:precision 25}
524: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

517: * This API is used to create project task resources and periodic data using a table of task resource records
518: * and a table of periodic data.
519: * @param p_commit API standard (default = F): indicates if the transaction will be committed
520: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
521: * @param p_api_version_number API standard: version number
522: * @param p_pm_product_code Identifier of the external system from which the project was imported
523: * @rep:paraminfo {@rep:precision 25}
524: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
525: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

531: * @param p_task_assignment_periods_in Input table of task resource periodic data detail records
532: * @rep:paraminfo {@rep:required}
533: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
534: * @rep:paraminfo {@rep:required}
535: * @param x_msg_count API standard: number of error messages
536: * @rep:paraminfo {@rep:required}
537: * @param x_msg_data API standard: error message
538: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
539: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

533: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
534: * @rep:paraminfo {@rep:required}
535: * @param x_msg_count API standard: number of error messages
536: * @rep:paraminfo {@rep:required}
537: * @param x_msg_data API standard: error message
538: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
539: * @param x_return_status API standard Return of the API success / failure / unexpected error
540: * @rep:paraminfo {@rep:precision 1} {@rep:required}
541: * @rep:scope public

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

535: * @param x_msg_count API standard: number of error messages
536: * @rep:paraminfo {@rep:required}
537: * @param x_msg_data API standard: error message
538: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
539: * @param x_return_status API standard Return of the API success / failure / unexpected error
540: * @rep:paraminfo {@rep:precision 1} {@rep:required}
541: * @rep:scope public
542: * @rep:lifecycle active
543: * @rep:displayname Create Project Task Resource and Periodic Data

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

564: );
565:
566: /*#
567: * This API is used to update project task resources using a table of task resource records.
568: * @param p_commit API standard (default = F): indicates if the transaction will be committed
569: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
570: * @param p_api_version_number API standard: version number
571: * @param p_pm_product_code Identifier of the external system from which the project was imported
572: * @rep:paraminfo {@rep:precision 25}

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

565:
566: /*#
567: * This API is used to update project task resources using a table of task resource records.
568: * @param p_commit API standard (default = F): indicates if the transaction will be committed
569: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
570: * @param p_api_version_number API standard: version number
571: * @param p_pm_product_code Identifier of the external system from which the project was imported
572: * @rep:paraminfo {@rep:precision 25}
573: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

566: /*#
567: * This API is used to update project task resources using a table of task resource records.
568: * @param p_commit API standard (default = F): indicates if the transaction will be committed
569: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
570: * @param p_api_version_number API standard: version number
571: * @param p_pm_product_code Identifier of the external system from which the project was imported
572: * @rep:paraminfo {@rep:precision 25}
573: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
574: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

576: * @param p_task_assignments_in Input table of task resource detail records
577: * @rep:paraminfo {@rep:required}
578: * @param p_task_assignments_out Output table of task resource detail records
579: * @rep:paraminfo {@rep:required}
580: * @param x_msg_count API standard: number of error messages
581: * @rep:paraminfo {@rep:required}
582: * @param x_msg_data API standard: error message
583: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
584: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

578: * @param p_task_assignments_out Output table of task resource detail records
579: * @rep:paraminfo {@rep:required}
580: * @param x_msg_count API standard: number of error messages
581: * @rep:paraminfo {@rep:required}
582: * @param x_msg_data API standard: error message
583: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
584: * @param x_return_status API standard Return of the API success / failure / unexpected error
585: * @rep:paraminfo {@rep:precision 1} {@rep:required}
586: * @rep:scope public

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

580: * @param x_msg_count API standard: number of error messages
581: * @rep:paraminfo {@rep:required}
582: * @param x_msg_data API standard: error message
583: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
584: * @param x_return_status API standard Return of the API success / failure / unexpected error
585: * @rep:paraminfo {@rep:precision 1} {@rep:required}
586: * @rep:scope public
587: * @rep:lifecycle active
588: * @rep:displayname Update Project Task Resources

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

607: );
608:
609: /*#
610: * This API is used to delete project task resources using a table of task resource records.
611: * @param p_commit API standard (default = F): indicates if the transaction will be committed
612: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
613: * @param p_api_version_number API standard: version number
614: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
615: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

608:
609: /*#
610: * This API is used to delete project task resources using a table of task resource records.
611: * @param p_commit API standard (default = F): indicates if the transaction will be committed
612: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
613: * @param p_api_version_number API standard: version number
614: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
615: * @param p_pa_project_id Identifier of the project in the Oracle Projects
616: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects

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

609: /*#
610: * This API is used to delete project task resources using a table of task resource records.
611: * @param p_commit API standard (default = F): indicates if the transaction will be committed
612: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
613: * @param p_api_version_number API standard: version number
614: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
615: * @param p_pa_project_id Identifier of the project in the Oracle Projects
616: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
617: * @param p_task_assignments_in Input table of task resource detail records

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

615: * @param p_pa_project_id Identifier of the project in the Oracle Projects
616: * @param p_pa_structure_version_id Identifier of the structure version in Oracle Projects
617: * @param p_task_assignments_in Input table of task resource detail records
618: * @rep:paraminfo {@rep:required}
619: * @param x_msg_count API standard: number of error messages
620: * @rep:paraminfo {@rep:required}
621: * @param x_msg_data API standard: error message
622: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
623: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

617: * @param p_task_assignments_in Input table of task resource detail records
618: * @rep:paraminfo {@rep:required}
619: * @param x_msg_count API standard: number of error messages
620: * @rep:paraminfo {@rep:required}
621: * @param x_msg_data API standard: error message
622: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
623: * @param x_return_status API standard Return of the API success / failure / unexpected error
624: * @rep:paraminfo {@rep:precision 1} {@rep:required}
625: * @rep:scope public

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

619: * @param x_msg_count API standard: number of error messages
620: * @rep:paraminfo {@rep:required}
621: * @param x_msg_data API standard: error message
622: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
623: * @param x_return_status API standard Return of the API success / failure / unexpected error
624: * @rep:paraminfo {@rep:precision 1} {@rep:required}
625: * @rep:scope public
626: * @rep:lifecycle active
627: * @rep:displayname Delete Project Task Resources

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

645:
646: /*#
647: * This API is used to update project task resources and periodic data using a table of task resource records
648: * and a table of periodic data.
649: * @param p_commit API standard (default = F): indicates if the transaction will be committed
650: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
651: * @param p_api_version_number API standard: version number
652: * @param p_pm_product_code Identifier of the external system from which the project was imported
653: * @rep:paraminfo {@rep:precision 25}

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

646: /*#
647: * This API is used to update project task resources and periodic data using a table of task resource records
648: * and a table of periodic data.
649: * @param p_commit API standard (default = F): indicates if the transaction will be committed
650: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
651: * @param p_api_version_number API standard: version number
652: * @param p_pm_product_code Identifier of the external system from which the project was imported
653: * @rep:paraminfo {@rep:precision 25}
654: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system

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

647: * This API is used to update project task resources and periodic data using a table of task resource records
648: * and a table of periodic data.
649: * @param p_commit API standard (default = F): indicates if the transaction will be committed
650: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
651: * @param p_api_version_number API standard: version number
652: * @param p_pm_product_code Identifier of the external system from which the project was imported
653: * @rep:paraminfo {@rep:precision 25}
654: * @param p_pm_project_reference Reference code that uniquely identifies the project in the external system
655: * @param p_pa_project_id Identifier of the project in the Oracle Projects

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

661: * @param p_task_assignment_periods_in Input table of task resource periodic data detail records
662: * @rep:paraminfo {@rep:required}
663: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
664: * @rep:paraminfo {@rep:required}
665: * @param x_msg_count API standard: number of error messages
666: * @rep:paraminfo {@rep:required}
667: * @param x_msg_data API standard: error message
668: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
669: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

663: * @param p_task_assignment_periods_out Output table of task resource periodic data detail records
664: * @rep:paraminfo {@rep:required}
665: * @param x_msg_count API standard: number of error messages
666: * @rep:paraminfo {@rep:required}
667: * @param x_msg_data API standard: error message
668: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
669: * @param x_return_status API standard Return of the API success / failure / unexpected error
670: * @rep:paraminfo {@rep:precision 1} {@rep:required}
671: * @rep:scope public

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

665: * @param x_msg_count API standard: number of error messages
666: * @rep:paraminfo {@rep:required}
667: * @param x_msg_data API standard: error message
668: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
669: * @param x_return_status API standard Return of the API success / failure / unexpected error
670: * @rep:paraminfo {@rep:precision 1} {@rep:required}
671: * @rep:scope public
672: * @rep:lifecycle active
673: * @rep:displayname Update Project Task Resource and Periodic Data

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

694: );
695:
696: /*#
697: * This API is used to fetch output parameters related to project task resources.
698: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
699: * @param p_api_version_number API standard: version number
700: * @param p_task_asgmt_index Index of task resources to be retrieved
701: * @param p_pm_task_asgmt_reference External task resource reference
702: * @rep:paraminfo {@rep:required}

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

695:
696: /*#
697: * This API is used to fetch output parameters related to project task resources.
698: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
699: * @param p_api_version_number API standard: version number
700: * @param p_task_asgmt_index Index of task resources to be retrieved
701: * @param p_pm_task_asgmt_reference External task resource reference
702: * @rep:paraminfo {@rep:required}
703: * @param p_pa_task_assignment_id Identifier of the task resource in Oracle Projects

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

709: * @param p_resource_alias Alias of the planning resource
710: * @rep:paraminfo {@rep:required}
711: * @param p_resource_list_member_id Identifier of the planning resource
712: * @rep:paraminfo {@rep:required}
713: * @param x_return_status API standard Return of the API success / failure / unexpected error
714: * @rep:paraminfo {@rep:precision 1} {@rep:required}
715: * @rep:scope public
716: * @rep:lifecycle active
717: * @rep:displayname Fetch Project Task Resources

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

747: * @param p_pm_task_asgmt_reference External task resource reference
748: * @param p_pa_task_assignment_id Identifier of the task resource in Oracle Projects
749: * @param p_resource_alias Alias of the planning resource
750: * @param p_resource_list_member_id Identifier of the planning resource
751: * @param p_add_error_msg_flag API standard Flag to add error messages
752: * @param p_published_version_flag Published Version Flag
753: * @param x_pa_task_assignment_id Identifier of the task resource in Oracle Projects
754: * @rep:paraminfo {@rep:required}
755: * @param x_return_status API standard Return of the API success / failure / unexpected error

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

751: * @param p_add_error_msg_flag API standard Flag to add error messages
752: * @param p_published_version_flag Published Version Flag
753: * @param x_pa_task_assignment_id Identifier of the task resource in Oracle Projects
754: * @rep:paraminfo {@rep:required}
755: * @param x_return_status API standard Return of the API success / failure / unexpected error
756: * @rep:paraminfo {@rep:precision 1} {@rep:required}
757: * @rep:scope public
758: * @rep:lifecycle active
759: * @rep:displayname Convert Project Task Resource Reference to Id