DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on STANDARD

Line 743: * @param p_api_version_number API standard version number

739: G_customers_in_tbl customer_tbl_type; -- Added for tracking bug
740:
741: /*#
742: * This API creates a project in the Oracle Projects using a template or existing project.
743: * @param p_api_version_number API standard version number
744: * @param p_commit API standard (default = F): indicates if transaction will be committed
745: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
746: * @param p_msg_count API standard: number of error messages
747: * @rep:paraminfo {@rep:required}

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

740:
741: /*#
742: * This API creates a project in the Oracle Projects using a template or existing project.
743: * @param p_api_version_number API standard version number
744: * @param p_commit API standard (default = F): indicates if transaction will be committed
745: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
746: * @param p_msg_count API standard: number of error messages
747: * @rep:paraminfo {@rep:required}
748: * @param p_msg_data API standard: error message

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

741: /*#
742: * This API creates a project in the Oracle Projects using a template or existing project.
743: * @param p_api_version_number API standard version number
744: * @param p_commit API standard (default = F): indicates if transaction will be committed
745: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
746: * @param p_msg_count API standard: number of error messages
747: * @rep:paraminfo {@rep:required}
748: * @param p_msg_data API standard: error message
749: * @rep:paraminfo {@rep:precision 2000} {@rep:required}

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

742: * This API creates a project in the Oracle Projects using a template or existing project.
743: * @param p_api_version_number API standard version number
744: * @param p_commit API standard (default = F): indicates if transaction will be committed
745: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
746: * @param p_msg_count API standard: number of error messages
747: * @rep:paraminfo {@rep:required}
748: * @param p_msg_data API standard: error message
749: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
750: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

744: * @param p_commit API standard (default = F): indicates if transaction will be committed
745: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
746: * @param p_msg_count API standard: number of error messages
747: * @rep:paraminfo {@rep:required}
748: * @param p_msg_data API standard: error message
749: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
750: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
751: * @rep:paraminfo {@rep:precision 1} {@rep:required}
752: * @param p_workflow_started Flag indicating whether a workflow has been started

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

746: * @param p_msg_count API standard: number of error messages
747: * @rep:paraminfo {@rep:required}
748: * @param p_msg_data API standard: error message
749: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
750: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
751: * @rep:paraminfo {@rep:precision 1} {@rep:required}
752: * @param p_workflow_started Flag indicating whether a workflow has been started
753: * @rep:paraminfo {@rep:required}
754: * @param p_pm_product_code Identifier of the external system from which the project was imported

Line 820: * @param p_api_version_number API standard version number

816: );
817:
818: /*#
819: * This API is used to add new subtasks to a task of a project in Oracle Projects.
820: * @param p_api_version_number API standard version number
821: * @param p_commit API standard (default = F): indicates if transaction will be committed
822: * @rep:paraminfo {@rep:precision 1}
823: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
824: * @param p_msg_count API standard: number of error messages

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

817:
818: /*#
819: * This API is used to add new subtasks to a task of a project in Oracle Projects.
820: * @param p_api_version_number API standard version number
821: * @param p_commit API standard (default = F): indicates if transaction will be committed
822: * @rep:paraminfo {@rep:precision 1}
823: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
824: * @param p_msg_count API standard: number of error messages
825: * @rep:paraminfo {@rep:required}

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

819: * This API is used to add new subtasks to a task of a project in Oracle Projects.
820: * @param p_api_version_number API standard version number
821: * @param p_commit API standard (default = F): indicates if transaction will be committed
822: * @rep:paraminfo {@rep:precision 1}
823: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
824: * @param p_msg_count API standard: number of error messages
825: * @rep:paraminfo {@rep:required}
826: * @param p_msg_data API standard: error message
827: * @rep:paraminfo {@rep:precision 2000} {@rep:required}

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

820: * @param p_api_version_number API standard version number
821: * @param p_commit API standard (default = F): indicates if transaction will be committed
822: * @rep:paraminfo {@rep:precision 1}
823: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
824: * @param p_msg_count API standard: number of error messages
825: * @rep:paraminfo {@rep:required}
826: * @param p_msg_data API standard: error message
827: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
828: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

822: * @rep:paraminfo {@rep:precision 1}
823: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
824: * @param p_msg_count API standard: number of error messages
825: * @rep:paraminfo {@rep:required}
826: * @param p_msg_data API standard: error message
827: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
828: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
829: * @rep:paraminfo {@rep:precision 1} {@rep:required}
830: * @param p_pm_product_code Identifier of the external system from which the project was imported

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

824: * @param p_msg_count API standard: number of error messages
825: * @rep:paraminfo {@rep:required}
826: * @param p_msg_data API standard: error message
827: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
828: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
829: * @rep:paraminfo {@rep:precision 1} {@rep:required}
830: * @param p_pm_product_code Identifier of the external system from which the project was imported
831: * @rep:paraminfo {@rep:precision 25}
832: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

Line 858: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule

854: * @param p_ready_to_distribute_flag Flag indicating whether the task is authorized for revenue accrual
855: * @rep:paraminfo {@rep:precision 1}
856: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures to the tasks that are listed in task transaction controls
857: * @rep:paraminfo {@rep:precision 1}
858: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
859: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure items charged to the task
860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no
861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule

Line 859: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure items charged to the task

855: * @rep:paraminfo {@rep:precision 1}
856: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures to the tasks that are listed in task transaction controls
857: * @rep:paraminfo {@rep:precision 1}
858: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
859: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure items charged to the task
860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no
861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

Line 860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no

856: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures to the tasks that are listed in task transaction controls
857: * @rep:paraminfo {@rep:precision 1}
858: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
859: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure items charged to the task
860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no
861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task

Line 862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule

858: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
859: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure items charged to the task
860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no
861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task
865: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
866: * @param p_nl_schedule_discount The discount percent from the task standard non-labor bill rate schedule

Line 863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

859: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure items charged to the task
860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no
861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task
865: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
866: * @param p_nl_schedule_discount The discount percent from the task standard non-labor bill rate schedule
867: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project

Line 864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task

860: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule. If no
861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task
865: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
866: * @param p_nl_schedule_discount The discount percent from the task standard non-labor bill rate schedule
867: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
868: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule

Line 865: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule

861: * fixed date is entered, the expenditure item date is used to determine the effective bill rate for the item.
862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task
865: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
866: * @param p_nl_schedule_discount The discount percent from the task standard non-labor bill rate schedule
867: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
868: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule
869: * @param p_rev_ind_rate_sch_id The identifier of the default revenue burden schedule

Line 866: * @param p_nl_schedule_discount The discount percent from the task standard non-labor bill rate schedule

862: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
863: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
864: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor expenditure items charged to the task
865: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
866: * @param p_nl_schedule_discount The discount percent from the task standard non-labor bill rate schedule
867: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
868: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule
869: * @param p_rev_ind_rate_sch_id The identifier of the default revenue burden schedule
870: * @param p_inv_ind_rate_sch_id The identifier of the default invoice burden schedule

Line 923: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule

919: * @rep:paraminfo {@rep:precision 1}
920: * @param p_work_type_id Identifier of the work type
921: * @param p_emp_bill_rate_schedule_id Identifier of the employee bill rate schedule
922: * @param p_job_bill_rate_schedule_id Identifier of the job bill rate schedule
923: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule
924: * @param p_taskfunc_cost_rate_type Task-level default value for project functional cost rate type
925: * @param p_taskfunc_cost_rate_date Task-level default value for project functional cost rate date
926: * @param p_structure_type Identifier of the project structure type
927: * @param p_structure_version_id Identifier of the structure version

Line 1181: * @param p_api_version_number API standard version number

1177: ) ;
1178:
1179: /*#
1180: * This API is used to delete tasks of a project in Oracle Projects.
1181: * @param p_api_version_number API standard version number
1182: * @param p_commit API standard (default = F): indicates if transaction will be committed
1183: * @rep:paraminfo {@rep:precision 1}
1184: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1185: * @rep:paraminfo {@rep:precision 1}

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

1178:
1179: /*#
1180: * This API is used to delete tasks of a project in Oracle Projects.
1181: * @param p_api_version_number API standard version number
1182: * @param p_commit API standard (default = F): indicates if transaction will be committed
1183: * @rep:paraminfo {@rep:precision 1}
1184: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1185: * @rep:paraminfo {@rep:precision 1}
1186: * @param p_msg_count API standard: number of error messages

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

1180: * This API is used to delete tasks of a project in Oracle Projects.
1181: * @param p_api_version_number API standard version number
1182: * @param p_commit API standard (default = F): indicates if transaction will be committed
1183: * @rep:paraminfo {@rep:precision 1}
1184: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1185: * @rep:paraminfo {@rep:precision 1}
1186: * @param p_msg_count API standard: number of error messages
1187: * @rep:paraminfo {@rep:required}
1188: * @param p_msg_data API standard: error message

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

1182: * @param p_commit API standard (default = F): indicates if transaction will be committed
1183: * @rep:paraminfo {@rep:precision 1}
1184: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1185: * @rep:paraminfo {@rep:precision 1}
1186: * @param p_msg_count API standard: number of error messages
1187: * @rep:paraminfo {@rep:required}
1188: * @param p_msg_data API standard: error message
1189: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1190: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

1184: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1185: * @rep:paraminfo {@rep:precision 1}
1186: * @param p_msg_count API standard: number of error messages
1187: * @rep:paraminfo {@rep:required}
1188: * @param p_msg_data API standard: error message
1189: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1190: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1191: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1192: * @param p_pm_product_code Identifier of the external system from which the project was imported

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

1186: * @param p_msg_count API standard: number of error messages
1187: * @rep:paraminfo {@rep:required}
1188: * @param p_msg_data API standard: error message
1189: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1190: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1191: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1192: * @param p_pm_product_code Identifier of the external system from which the project was imported
1193: * @rep:paraminfo {@rep:precision 25}
1194: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

Line 1269: * @param p_api_version_number API standard version number

1265: * LOAD_KEY_MEMBER,
1266: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1267: * FETCH_TASK and
1268: * CLEAR_PROJECT
1269: * @param p_api_version_number API standard version number
1270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1273: * @param p_pa_project_id The reference code that uniquely identifies the project in the Oracle Projects

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

1266: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1267: * FETCH_TASK and
1268: * CLEAR_PROJECT
1269: * @param p_api_version_number API standard version number
1270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1273: * @param p_pa_project_id The reference code that uniquely identifies the project in the Oracle Projects
1274: * @param p_pa_project_number The unique Oracle Projects number for the new project

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

1267: * FETCH_TASK and
1268: * CLEAR_PROJECT
1269: * @param p_api_version_number API standard version number
1270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1273: * @param p_pa_project_id The reference code that uniquely identifies the project in the Oracle Projects
1274: * @param p_pa_project_number The unique Oracle Projects number for the new project
1275: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

Line 1390: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule.

1386: * @param p_search_starting_org_id The starting organization for the search
1387: * @param p_search_country_id The country for the search
1388: * @param p_min_cand_score_reqd_for_nom Minimum score required for a resource to be nominated as candidate on a requirement
1389: * @param p_max_num_of_sys_nom_cand Maximum number of candidates nominated
1390: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule.
1391: * @param p_search_country_code Code used for country for the search
1392: * @param p_inv_by_bill_trans_curr_flag Flag indicating whether invoicing is by bill transaction currency
1393: * @rep:paraminfo {@rep:precision 1}
1394: * @param p_projfunc_cost_rate_type The default value for the project functional cost rate

Line 1602: * @param p_api_version_number API standard version number

1598: * LOAD_KEY_MEMBER,
1599: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1600: * FETCH_TASK and
1601: * CLEAR_PROJECT
1602: * @param p_api_version_number API standard version number
1603: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1604: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1605: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1606: * @param p_person_id Identifier of the person

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

1599: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1600: * FETCH_TASK and
1601: * CLEAR_PROJECT
1602: * @param p_api_version_number API standard version number
1603: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1604: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1605: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1606: * @param p_person_id Identifier of the person
1607: * @param p_project_role_type The type of role played by the person in the project.

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

1600: * FETCH_TASK and
1601: * CLEAR_PROJECT
1602: * @param p_api_version_number API standard version number
1603: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1604: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1605: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1606: * @param p_person_id Identifier of the person
1607: * @param p_project_role_type The type of role played by the person in the project.
1608: * @param p_start_date The start date from when the person is playing a role.

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

1630: * This API is a Load-Execute-Fetch procedure used to load organization roles
1631: * from the client side to a PL/SQL table on the server side, where the roles will be used
1632: * by the Load-Execute-Fetch cycle. Please refer to the API user guide for more information
1633: * on required parameters and optional parameters of this API.
1634: * @param p_api_version_number API standard: version number
1635: * @rep:paraminfo {@rep:required}
1636: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1637: * @rep:paraminfo {@rep:precision 1}
1638: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

1632: * by the Load-Execute-Fetch cycle. Please refer to the API user guide for more information
1633: * on required parameters and optional parameters of this API.
1634: * @param p_api_version_number API standard: version number
1635: * @rep:paraminfo {@rep:required}
1636: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1637: * @rep:paraminfo {@rep:precision 1}
1638: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
1639: * @rep:paraminfo {@rep:precision 1}
1640: * @param p_resource_source_id Source identifier of the resource

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

1634: * @param p_api_version_number API standard: version number
1635: * @rep:paraminfo {@rep:required}
1636: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1637: * @rep:paraminfo {@rep:precision 1}
1638: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
1639: * @rep:paraminfo {@rep:precision 1}
1640: * @param p_resource_source_id Source identifier of the resource
1641: * @param p_project_role_type Project role type
1642: * @param p_start_date Start date of the organization role (DEFAULT = SYSDATE)

Line 1670: * @param p_api_version_number API standard version number

1666: * LOAD_KEY_MEMBER,
1667: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1668: * FETCH_TASK and
1669: * CLEAR_PROJECT
1670: * @param p_api_version_number API standard version number
1671: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1672: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1673: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1674: * @param p_class_category Class category

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

1667: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1668: * FETCH_TASK and
1669: * CLEAR_PROJECT
1670: * @param p_api_version_number API standard version number
1671: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1672: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1673: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1674: * @param p_class_category Class category
1675: * @param p_class_code Yes, Class code

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

1668: * FETCH_TASK and
1669: * CLEAR_PROJECT
1670: * @param p_api_version_number API standard version number
1671: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1672: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1673: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1674: * @param p_class_category Class category
1675: * @param p_class_code Yes, Class code
1676: * @param p_code_percentage Class code percentage

Line 1703: * @param p_api_version_number API standard version number

1699: * LOAD_KEY_MEMBER,
1700: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1701: * FETCH_TASK and
1702: * CLEAR_PROJECT.
1703: * @param p_api_version_number API standard version number
1704: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1705: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1706: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1707: * @param p_pm_task_reference The reference code that uniquely identifies project's task in the external system

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

1700: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
1701: * FETCH_TASK and
1702: * CLEAR_PROJECT.
1703: * @param p_api_version_number API standard version number
1704: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1705: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1706: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1707: * @param p_pm_task_reference The reference code that uniquely identifies project's task in the external system
1708: * @param p_pa_task_id The reference code that uniquely identifies the task within a project in Oracle Projects

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

1701: * FETCH_TASK and
1702: * CLEAR_PROJECT.
1703: * @param p_api_version_number API standard version number
1704: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1705: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
1706: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1707: * @param p_pm_task_reference The reference code that uniquely identifies project's task in the external system
1708: * @param p_pa_task_id The reference code that uniquely identifies the task within a project in Oracle Projects
1709: * @param p_task_name The name that uniquely identifies the task within a project

Line 1732: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule

1728: * @rep:paraminfo {@rep:precision 1}
1729: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures
1730: * to the tasks that are listed in task transaction controls
1731: * @rep:paraminfo {@rep:precision 1}
1732: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
1733: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
1734: * expenditure items charged to the task
1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule

Line 1733: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor

1729: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures
1730: * to the tasks that are listed in task transaction controls
1731: * @rep:paraminfo {@rep:precision 1}
1732: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
1733: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
1734: * expenditure items charged to the task
1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule
1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

Line 1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule

1731: * @rep:paraminfo {@rep:precision 1}
1732: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
1733: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
1734: * expenditure items charged to the task
1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule
1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue
1739: * for non-labor expenditure items charged to the task

Line 1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule

1732: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
1733: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
1734: * expenditure items charged to the task
1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule
1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue
1739: * for non-labor expenditure items charged to the task
1740: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule.

Line 1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

1733: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
1734: * expenditure items charged to the task
1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule
1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue
1739: * for non-labor expenditure items charged to the task
1740: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule.
1741: * @param p_nl_schedule_discount The discount percent on the task standard non-labor bill rate schedule

Line 1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue

1734: * expenditure items charged to the task
1735: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule
1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue
1739: * for non-labor expenditure items charged to the task
1740: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule.
1741: * @param p_nl_schedule_discount The discount percent on the task standard non-labor bill rate schedule
1742: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project

Line 1740: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule.

1736: * @param p_labor_schedule_discount The discount percent on the task standard labor bill rate schedule
1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue
1739: * for non-labor expenditure items charged to the task
1740: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule.
1741: * @param p_nl_schedule_discount The discount percent on the task standard non-labor bill rate schedule
1742: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
1743: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule
1744: * @param p_rev_ind_rate_sch_id The identifier of the default revenue burden schedule

Line 1741: * @param p_nl_schedule_discount The discount percent on the task standard non-labor bill rate schedule

1737: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
1738: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue
1739: * for non-labor expenditure items charged to the task
1740: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule.
1741: * @param p_nl_schedule_discount The discount percent on the task standard non-labor bill rate schedule
1742: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
1743: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule
1744: * @param p_rev_ind_rate_sch_id The identifier of the default revenue burden schedule
1745: * @param p_inv_ind_rate_sch_id The identifier of the default invoice burden schedule

Line 1799: * @param p_non_lab_std_bill_rt_sch_id Identifier of the the non-labor standard bill rate schedule

1795: * @rep:paraminfo {@rep:precision 1}
1796: * @param p_work_type_id Identifier of the work type
1797: * @param p_emp_bill_rate_schedule_id Identifier of the the employee bill rate schedule
1798: * @param p_job_bill_rate_schedule_id Identifier of the the job bill rate schedule
1799: * @param p_non_lab_std_bill_rt_sch_id Identifier of the the non-labor standard bill rate schedule
1800: * @param p_taskfunc_cost_rate_type Task-level default value for the project functional cost rate type
1801: * @param p_taskfunc_cost_rate_date Task-level default value for the project functional cost rate date
1802: * @param p_display_sequence Order of display
1803: * @param p_wbs_level The level of the task in the work breakdown structure

Line 2055: * @param p_api_version_number API standard version number

2051: * LOAD_KEY_MEMBER,
2052: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
2053: * FETCH_TASK and
2054: * CLEAR_PROJECT
2055: * @param p_api_version_number API standard version number
2056: * @param p_commit API standard (default = F): indicates if transaction will be committed
2057: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2058: * @param p_msg_count API standard: number of error messages
2059: * @rep:paraminfo {@rep:required}

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

2052: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
2053: * FETCH_TASK and
2054: * CLEAR_PROJECT
2055: * @param p_api_version_number API standard version number
2056: * @param p_commit API standard (default = F): indicates if transaction will be committed
2057: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2058: * @param p_msg_count API standard: number of error messages
2059: * @rep:paraminfo {@rep:required}
2060: * @param p_msg_data API standard: error message

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

2053: * FETCH_TASK and
2054: * CLEAR_PROJECT
2055: * @param p_api_version_number API standard version number
2056: * @param p_commit API standard (default = F): indicates if transaction will be committed
2057: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2058: * @param p_msg_count API standard: number of error messages
2059: * @rep:paraminfo {@rep:required}
2060: * @param p_msg_data API standard: error message
2061: * @rep:paraminfo {@rep:precision 2000} {@rep:required}

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

2054: * CLEAR_PROJECT
2055: * @param p_api_version_number API standard version number
2056: * @param p_commit API standard (default = F): indicates if transaction will be committed
2057: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2058: * @param p_msg_count API standard: number of error messages
2059: * @rep:paraminfo {@rep:required}
2060: * @param p_msg_data API standard: error message
2061: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2062: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

2056: * @param p_commit API standard (default = F): indicates if transaction will be committed
2057: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2058: * @param p_msg_count API standard: number of error messages
2059: * @rep:paraminfo {@rep:required}
2060: * @param p_msg_data API standard: error message
2061: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2062: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2063: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2064: * @param p_workflow_started Indicates if a workflow has been started (Y or N)

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

2058: * @param p_msg_count API standard: number of error messages
2059: * @rep:paraminfo {@rep:required}
2060: * @param p_msg_data API standard: error message
2061: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2062: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2063: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2064: * @param p_workflow_started Indicates if a workflow has been started (Y or N)
2065: * @rep:paraminfo {@rep:required}
2066: * @param p_pm_product_code Identifier of the external system from which the project was imported

Line 2107: * @param p_api_version_number API standard version number

2103: * LOAD_KEY_MEMBER,
2104: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
2105: * FETCH_TASK and
2106: * CLEAR_PROJECT
2107: * @param p_api_version_number API standard version number
2108: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2109: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2110: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2111: * @param p_task_index Pointer to a single task

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

2104: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
2105: * FETCH_TASK and
2106: * CLEAR_PROJECT
2107: * @param p_api_version_number API standard version number
2108: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2109: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2110: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2111: * @param p_task_index Pointer to a single task
2112: * @param p_pa_task_id Unique id for the task to be fetched

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

2105: * FETCH_TASK and
2106: * CLEAR_PROJECT
2107: * @param p_api_version_number API standard version number
2108: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2109: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2110: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2111: * @param p_task_index Pointer to a single task
2112: * @param p_pa_task_id Unique id for the task to be fetched
2113: * @rep:paraminfo {@rep:precision 1} {@rep:required}

Line 2155: * @param p_api_version_number API standard version number

2151: PROCEDURE clear_project;
2152:
2153: /*#
2154: * This API is used to determine if you can delete a task.
2155: * @param p_api_version_number API standard version number
2156: * @rep:paraminfo {@rep:required}
2157: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2158: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2159: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2153: /*#
2154: * This API is used to determine if you can delete a task.
2155: * @param p_api_version_number API standard version number
2156: * @rep:paraminfo {@rep:required}
2157: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2158: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2159: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2160: * @param p_msg_count API standard: number of error messages
2161: * @rep:paraminfo {@rep:required}

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

2154: * This API is used to determine if you can delete a task.
2155: * @param p_api_version_number API standard version number
2156: * @rep:paraminfo {@rep:required}
2157: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2158: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2159: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2160: * @param p_msg_count API standard: number of error messages
2161: * @rep:paraminfo {@rep:required}
2162: * @param p_msg_data API standard: error message

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

2156: * @rep:paraminfo {@rep:required}
2157: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2158: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2159: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2160: * @param p_msg_count API standard: number of error messages
2161: * @rep:paraminfo {@rep:required}
2162: * @param p_msg_data API standard: error message
2163: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2164: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2158: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2159: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2160: * @param p_msg_count API standard: number of error messages
2161: * @rep:paraminfo {@rep:required}
2162: * @param p_msg_data API standard: error message
2163: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2164: * @param p_project_id The unique identifier of the project in Oracle Projects
2165: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2166: * @param p_task_id The reference code that uniquely identifies a task within a project in Oracle Projects

Line 2197: * @param p_api_version_number API standard version number

2193: , p_delete_task_ok_flag OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
2194:
2195: /*#
2196: * This API is used to determine if a subtask can be added to a parent task.
2197: * @param p_api_version_number API standard version number
2198: * @rep:paraminfo {@rep:required}
2199: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2200: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2201: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2195: /*#
2196: * This API is used to determine if a subtask can be added to a parent task.
2197: * @param p_api_version_number API standard version number
2198: * @rep:paraminfo {@rep:required}
2199: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2200: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2201: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2202: * @param p_msg_count API standard: number of error messages
2203: * @rep:paraminfo {@rep:required}

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

2196: * This API is used to determine if a subtask can be added to a parent task.
2197: * @param p_api_version_number API standard version number
2198: * @rep:paraminfo {@rep:required}
2199: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2200: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2201: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2202: * @param p_msg_count API standard: number of error messages
2203: * @rep:paraminfo {@rep:required}
2204: * @param p_msg_data API standard: error message

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

2198: * @rep:paraminfo {@rep:required}
2199: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2200: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2201: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2202: * @param p_msg_count API standard: number of error messages
2203: * @rep:paraminfo {@rep:required}
2204: * @param p_msg_data API standard: error message
2205: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2206: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2200: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2201: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2202: * @param p_msg_count API standard: number of error messages
2203: * @rep:paraminfo {@rep:required}
2204: * @param p_msg_data API standard: error message
2205: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2206: * @param p_project_id The unique identifier of the project in Oracle Projects
2207: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2208: * @param p_task_id The reference code that uniquely identifies a task within a project in Oracle Projects

Line 2233: * @param p_api_version_number API standard version number

2229: , p_add_subtask_ok_flag OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
2230:
2231: /*#
2232: * This API is used to determine if a new or changed task reference (PM_TASK_REFERENCE) is unique.
2233: * @param p_api_version_number API standard version number
2234: * @rep:paraminfo {@rep:required}
2235: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2236: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2237: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2231: /*#
2232: * This API is used to determine if a new or changed task reference (PM_TASK_REFERENCE) is unique.
2233: * @param p_api_version_number API standard version number
2234: * @rep:paraminfo {@rep:required}
2235: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2236: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2237: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2238: * @param p_msg_count API standard: number of error messages
2239: * @rep:paraminfo {@rep:required}

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

2232: * This API is used to determine if a new or changed task reference (PM_TASK_REFERENCE) is unique.
2233: * @param p_api_version_number API standard version number
2234: * @rep:paraminfo {@rep:required}
2235: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2236: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2237: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2238: * @param p_msg_count API standard: number of error messages
2239: * @rep:paraminfo {@rep:required}
2240: * @param p_msg_data API standard: error message

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

2234: * @rep:paraminfo {@rep:required}
2235: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2236: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2237: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2238: * @param p_msg_count API standard: number of error messages
2239: * @rep:paraminfo {@rep:required}
2240: * @param p_msg_data API standard: error message
2241: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2242: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2236: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2237: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2238: * @param p_msg_count API standard: number of error messages
2239: * @rep:paraminfo {@rep:required}
2240: * @param p_msg_data API standard: error message
2241: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2242: * @param p_project_id The unique identifier of the project in Oracle Projects
2243: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2244: * @param p_pm_task_reference The reference code that identifies the task in the external system

Line 2268: * @param p_api_version_number API standard version number

2264: , p_unique_task_ref_flag OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
2265:
2266: /*#
2267: * This API is used to determine if a new or changed project reference(PM_PROJECT_REFERENCE) is unique.
2268: * @param p_api_version_number API standard version number
2269: * @rep:paraminfo {@rep:required}
2270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2272: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2266: /*#
2267: * This API is used to determine if a new or changed project reference(PM_PROJECT_REFERENCE) is unique.
2268: * @param p_api_version_number API standard version number
2269: * @rep:paraminfo {@rep:required}
2270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2273: * @param p_msg_count API standard: number of error messages
2274: * @rep:paraminfo {@rep:required}

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

2267: * This API is used to determine if a new or changed project reference(PM_PROJECT_REFERENCE) is unique.
2268: * @param p_api_version_number API standard version number
2269: * @rep:paraminfo {@rep:required}
2270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2273: * @param p_msg_count API standard: number of error messages
2274: * @rep:paraminfo {@rep:required}
2275: * @param p_msg_data API standard: error message

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

2269: * @rep:paraminfo {@rep:required}
2270: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2273: * @param p_msg_count API standard: number of error messages
2274: * @rep:paraminfo {@rep:required}
2275: * @param p_msg_data API standard: error message
2276: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2277: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

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

2271: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2272: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2273: * @param p_msg_count API standard: number of error messages
2274: * @rep:paraminfo {@rep:required}
2275: * @param p_msg_data API standard: error message
2276: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2277: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2278: * @rep:paraminfo {@rep:required}
2279: * @param p_unique_project_ref_flag Flag indicating whether or not this project reference is unique in Oracle Projects

Line 2299: * @param p_api_version_number API standard version number

2295: );
2296:
2297: /*#
2298: * This API is used to determine if you can delete a project.
2299: * @param p_api_version_number API standard version number
2300: * @rep:paraminfo {@rep:required}
2301: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2302: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2303: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2297: /*#
2298: * This API is used to determine if you can delete a project.
2299: * @param p_api_version_number API standard version number
2300: * @rep:paraminfo {@rep:required}
2301: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2302: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2303: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2304: * @param p_msg_count API standard: number of error messages
2305: * @rep:paraminfo {@rep:required}

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

2298: * This API is used to determine if you can delete a project.
2299: * @param p_api_version_number API standard version number
2300: * @rep:paraminfo {@rep:required}
2301: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2302: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2303: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2304: * @param p_msg_count API standard: number of error messages
2305: * @rep:paraminfo {@rep:required}
2306: * @param p_msg_data API standard: error message

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

2300: * @rep:paraminfo {@rep:required}
2301: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2302: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2303: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2304: * @param p_msg_count API standard: number of error messages
2305: * @rep:paraminfo {@rep:required}
2306: * @param p_msg_data API standard: error message
2307: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2308: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2302: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2303: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2304: * @param p_msg_count API standard: number of error messages
2305: * @rep:paraminfo {@rep:required}
2306: * @param p_msg_data API standard: error message
2307: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2308: * @param p_project_id The unique identifier of the project in Oracle Projects
2309: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2310: * @param p_delete_project_ok_flag Flag indicating whether or not the project can be deleted

Line 2331: * @param p_api_version_number API standard version number

2327:
2328: /*#
2329: * This API is used to determine if you can move a task from one parent task to another. You
2330: * can move a task as long as it retains the same top task
2331: * @param p_api_version_number API standard version number
2332: * @rep:paraminfo {@rep:required}
2333: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2334: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2335: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2329: * This API is used to determine if you can move a task from one parent task to another. You
2330: * can move a task as long as it retains the same top task
2331: * @param p_api_version_number API standard version number
2332: * @rep:paraminfo {@rep:required}
2333: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2334: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2335: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2336: * @param p_msg_count API standard: number of error messages
2337: * @rep:paraminfo {@rep:required}

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

2330: * can move a task as long as it retains the same top task
2331: * @param p_api_version_number API standard version number
2332: * @rep:paraminfo {@rep:required}
2333: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2334: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2335: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2336: * @param p_msg_count API standard: number of error messages
2337: * @rep:paraminfo {@rep:required}
2338: * @param p_msg_data API standard: error message

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

2332: * @rep:paraminfo {@rep:required}
2333: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2334: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2335: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2336: * @param p_msg_count API standard: number of error messages
2337: * @rep:paraminfo {@rep:required}
2338: * @param p_msg_data API standard: error message
2339: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2340: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2334: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2335: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2336: * @param p_msg_count API standard: number of error messages
2337: * @rep:paraminfo {@rep:required}
2338: * @param p_msg_data API standard: error message
2339: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2340: * @param p_project_id The unique identifier of the project in Oracle Projects
2341: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2342: * @param p_task_id The reference code that uniquely identifies a task within a project in Oracle Projects

Line 2371: * @param p_api_version_number API standard version number

2367: , p_change_parent_ok_flag OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
2368:
2369: /*#
2370: * This API is used to determine if you can change the CARRYING_OUT_ORGANIZATION_ID field for a particular project or task.
2371: * @param p_api_version_number API standard version number
2372: * @rep:paraminfo {@rep:required}
2373: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2374: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2375: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2369: /*#
2370: * This API is used to determine if you can change the CARRYING_OUT_ORGANIZATION_ID field for a particular project or task.
2371: * @param p_api_version_number API standard version number
2372: * @rep:paraminfo {@rep:required}
2373: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2374: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2375: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2376: * @param p_msg_count API standard: number of error messages
2377: * @rep:paraminfo {@rep:required}

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

2370: * This API is used to determine if you can change the CARRYING_OUT_ORGANIZATION_ID field for a particular project or task.
2371: * @param p_api_version_number API standard version number
2372: * @rep:paraminfo {@rep:required}
2373: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2374: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2375: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2376: * @param p_msg_count API standard: number of error messages
2377: * @rep:paraminfo {@rep:required}
2378: * @param p_msg_data API standard: error message

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

2372: * @rep:paraminfo {@rep:required}
2373: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2374: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2375: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2376: * @param p_msg_count API standard: number of error messages
2377: * @rep:paraminfo {@rep:required}
2378: * @param p_msg_data API standard: error message
2379: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2380: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2374: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2375: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2376: * @param p_msg_count API standard: number of error messages
2377: * @rep:paraminfo {@rep:required}
2378: * @param p_msg_data API standard: error message
2379: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2380: * @param p_project_id The unique identifier of the project in Oracle Projects
2381: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2382: * @param p_change_project_org_ok_flag The reference code that uniquely identifies a task within a project in Oracle Projects

Line 2403: * @param p_api_version_number API standard version number

2399: , p_change_project_org_ok_flag OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
2400:
2401: /*#
2402: * This API is used to determine if a new or changed task number is unique within a project.
2403: * @param p_api_version_number API standard version number
2404: * @rep:paraminfo {@rep:required}
2405: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2406: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2407: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2401: /*#
2402: * This API is used to determine if a new or changed task number is unique within a project.
2403: * @param p_api_version_number API standard version number
2404: * @rep:paraminfo {@rep:required}
2405: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2406: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2407: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2408: * @param p_msg_count API standard: number of error messages
2409: * @rep:paraminfo {@rep:required}

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

2402: * This API is used to determine if a new or changed task number is unique within a project.
2403: * @param p_api_version_number API standard version number
2404: * @rep:paraminfo {@rep:required}
2405: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2406: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2407: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2408: * @param p_msg_count API standard: number of error messages
2409: * @rep:paraminfo {@rep:required}
2410: * @param p_msg_data API standard: error message

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

2404: * @rep:paraminfo {@rep:required}
2405: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2406: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2407: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2408: * @param p_msg_count API standard: number of error messages
2409: * @rep:paraminfo {@rep:required}
2410: * @param p_msg_data API standard: error message
2411: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2412: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2406: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2407: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2408: * @param p_msg_count API standard: number of error messages
2409: * @rep:paraminfo {@rep:required}
2410: * @param p_msg_data API standard: error message
2411: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2412: * @param p_project_id The unique identifier of the project in Oracle Projects
2413: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2414: * @param p_task_number The number that identifies the task in Oracle Projects

Line 2437: * @param p_api_version_number API standard version number

2433: , p_unique_task_number_flag OUT NOCOPY VARCHAR2 ); --File.Sql.39 bug 4440895
2434:
2435: /*#
2436: * This API is used to determine if you can change a tasks number.
2437: * @param p_api_version_number API standard version number
2438: * @rep:paraminfo {@rep:required}
2439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2440: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2441: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

2435: /*#
2436: * This API is used to determine if you can change a tasks number.
2437: * @param p_api_version_number API standard version number
2438: * @rep:paraminfo {@rep:required}
2439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2440: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2441: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2442: * @param p_msg_count API standard: number of error messages
2443: * @rep:paraminfo {@rep:required}

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

2436: * This API is used to determine if you can change a tasks number.
2437: * @param p_api_version_number API standard version number
2438: * @rep:paraminfo {@rep:required}
2439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2440: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2441: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2442: * @param p_msg_count API standard: number of error messages
2443: * @rep:paraminfo {@rep:required}
2444: * @param p_msg_data API standard: error message

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

2438: * @rep:paraminfo {@rep:required}
2439: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2440: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2441: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2442: * @param p_msg_count API standard: number of error messages
2443: * @rep:paraminfo {@rep:required}
2444: * @param p_msg_data API standard: error message
2445: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2446: * @param p_project_id The unique identifier of the project in Oracle Projects

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

2440: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2441: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2442: * @param p_msg_count API standard: number of error messages
2443: * @rep:paraminfo {@rep:required}
2444: * @param p_msg_data API standard: error message
2445: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2446: * @param p_project_id The unique identifier of the project in Oracle Projects
2447: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
2448: * @param p_task_id The reference code that uniquely identifies a task within a project in Oracle Projects

Line 2475: * @param p_api_version_number API standard version number

2471:
2472: /*#
2473: * This API procedure pushes project and task information from your external system to Oracle Projects to reflect any
2474: * changes you have made in the external system.
2475: * @param p_api_version_number API standard version number
2476: * @param p_commit API standard (default = F): indicates if transaction will be committed
2477: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2478: * @param p_msg_count API standard: number of error messages
2479: * @rep:paraminfo {@rep:required}

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

2472: /*#
2473: * This API procedure pushes project and task information from your external system to Oracle Projects to reflect any
2474: * changes you have made in the external system.
2475: * @param p_api_version_number API standard version number
2476: * @param p_commit API standard (default = F): indicates if transaction will be committed
2477: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2478: * @param p_msg_count API standard: number of error messages
2479: * @rep:paraminfo {@rep:required}
2480: * @param p_msg_data API standard: error message

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

2473: * This API procedure pushes project and task information from your external system to Oracle Projects to reflect any
2474: * changes you have made in the external system.
2475: * @param p_api_version_number API standard version number
2476: * @param p_commit API standard (default = F): indicates if transaction will be committed
2477: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2478: * @param p_msg_count API standard: number of error messages
2479: * @rep:paraminfo {@rep:required}
2480: * @param p_msg_data API standard: error message
2481: * @rep:paraminfo {@rep:precision 2000} {@rep:required}

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

2474: * changes you have made in the external system.
2475: * @param p_api_version_number API standard version number
2476: * @param p_commit API standard (default = F): indicates if transaction will be committed
2477: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2478: * @param p_msg_count API standard: number of error messages
2479: * @rep:paraminfo {@rep:required}
2480: * @param p_msg_data API standard: error message
2481: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2482: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

2476: * @param p_commit API standard (default = F): indicates if transaction will be committed
2477: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2478: * @param p_msg_count API standard: number of error messages
2479: * @rep:paraminfo {@rep:required}
2480: * @param p_msg_data API standard: error message
2481: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2482: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2483: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2484: * @param p_workflow_started Flag indicating whether a workflow has been started

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

2478: * @param p_msg_count API standard: number of error messages
2479: * @rep:paraminfo {@rep:required}
2480: * @param p_msg_data API standard: error message
2481: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2482: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2483: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2484: * @param p_workflow_started Flag indicating whether a workflow has been started
2485: * @rep:paraminfo {@rep:required}
2486: * @param p_pm_product_code Identifier of the external system from which the project was imported

Line 2573: * @param p_api_version_number API standard version number

2569: );
2570:
2571: /*#
2572: * This API is used to update existing tasks of a project in Oracle Projects.
2573: * @param p_api_version_number API standard version number
2574: * @param p_commit API standard (default = F): indicates if transaction will be committed
2575: * @rep:paraminfo {@rep:precision 1}
2576: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2577: * @param p_msg_count API standard: number of error messages

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

2570:
2571: /*#
2572: * This API is used to update existing tasks of a project in Oracle Projects.
2573: * @param p_api_version_number API standard version number
2574: * @param p_commit API standard (default = F): indicates if transaction will be committed
2575: * @rep:paraminfo {@rep:precision 1}
2576: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2577: * @param p_msg_count API standard: number of error messages
2578: * @rep:paraminfo {@rep:required}

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

2572: * This API is used to update existing tasks of a project in Oracle Projects.
2573: * @param p_api_version_number API standard version number
2574: * @param p_commit API standard (default = F): indicates if transaction will be committed
2575: * @rep:paraminfo {@rep:precision 1}
2576: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2577: * @param p_msg_count API standard: number of error messages
2578: * @rep:paraminfo {@rep:required}
2579: * @param p_msg_data API standard: error message
2580: * @rep:paraminfo {@rep:precision 2000} {@rep:required}

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

2573: * @param p_api_version_number API standard version number
2574: * @param p_commit API standard (default = F): indicates if transaction will be committed
2575: * @rep:paraminfo {@rep:precision 1}
2576: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2577: * @param p_msg_count API standard: number of error messages
2578: * @rep:paraminfo {@rep:required}
2579: * @param p_msg_data API standard: error message
2580: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2581: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

2575: * @rep:paraminfo {@rep:precision 1}
2576: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2577: * @param p_msg_count API standard: number of error messages
2578: * @rep:paraminfo {@rep:required}
2579: * @param p_msg_data API standard: error message
2580: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2581: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2582: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2583: * @param p_ref_task_id The reference code that uniquely identifies the reference to a task within a project in Oracle Projects

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

2577: * @param p_msg_count API standard: number of error messages
2578: * @rep:paraminfo {@rep:required}
2579: * @param p_msg_data API standard: error message
2580: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2581: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2582: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2583: * @param p_ref_task_id The reference code that uniquely identifies the reference to a task within a project in Oracle Projects
2584: * @param p_pm_product_code Identifier of the external system from which the project was imported
2585: * @rep:paraminfo {@rep:precision 25}

Line 2614: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule

2610: * @rep:paraminfo {@rep:precision 1}
2611: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures to
2612: * the tasks that are listed in task transaction controls
2613: * @rep:paraminfo {@rep:precision 1}
2614: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
2615: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
2616: * expenditure items charged to the task
2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule

Line 2615: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor

2611: * @param p_limit_to_txn_controls_flag Flag indicating whether users can only charge expenditures to
2612: * the tasks that are listed in task transaction controls
2613: * @rep:paraminfo {@rep:precision 1}
2614: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
2615: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
2616: * expenditure items charged to the task
2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

Line 2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule

2613: * @rep:paraminfo {@rep:precision 1}
2614: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
2615: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
2616: * expenditure items charged to the task
2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
2621: * expenditure items charged to the task

Line 2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule

2614: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
2615: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
2616: * expenditure items charged to the task
2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
2621: * expenditure items charged to the task
2622: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule

Line 2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

2615: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor
2616: * expenditure items charged to the task
2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
2621: * expenditure items charged to the task
2622: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
2623: * @param p_nl_schedule_discount The discount percent for the task standard non-labor bill rate schedule

Line 2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor

2616: * expenditure items charged to the task
2617: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule
2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
2621: * expenditure items charged to the task
2622: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
2623: * @param p_nl_schedule_discount The discount percent for the task standard non-labor bill rate schedule
2624: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project

Line 2622: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule

2618: * @param p_labor_schedule_discount The discount percent for the task standard labor bill rate schedule
2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
2621: * expenditure items charged to the task
2622: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
2623: * @param p_nl_schedule_discount The discount percent for the task standard non-labor bill rate schedule
2624: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
2625: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule
2626: * @param p_rev_ind_rate_sch_id The identifier of the default revenue burden schedule

Line 2623: * @param p_nl_schedule_discount The discount percent for the task standard non-labor bill rate schedule

2619: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
2620: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
2621: * expenditure items charged to the task
2622: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
2623: * @param p_nl_schedule_discount The discount percent for the task standard non-labor bill rate schedule
2624: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
2625: * @param p_cost_ind_rate_sch_id The identifier of the default costing burden schedule
2626: * @param p_rev_ind_rate_sch_id The identifier of the default revenue burden schedule
2627: * @param p_inv_ind_rate_sch_id The identifier of the default invoice burden schedule

Line 2679: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule

2675: * @rep:paraminfo {@rep:precision 1}
2676: * @param p_work_type_id Identifier of the work type
2677: * @param p_emp_bill_rate_schedule_id Identifier of the employee bill rate schedule
2678: * @param p_job_bill_rate_schedule_id Identifier of the job bill rate schedule
2679: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule
2680: * @param p_taskfunc_cost_rate_type Task-level default value for project functional cost rate type
2681: * @param p_taskfunc_cost_rate_date Task-level default value for project functional cost rate date
2682: * @param p_structure_type Identifier of the project structure type
2683: * @param p_structure_version_id Identifier of the structure version.

Line 2963: * @param p_api_version_number API standard version number

2959: * LOAD_KEY_MEMBER,
2960: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
2961: * FETCH_TASK and
2962: * CLEAR_PROJECT
2963: * @param p_api_version_number API standard version number
2964: * @param p_commit API standard (default = F): indicates if transaction will be committed
2965: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2966: * @param p_op_validate_flag Indicates whether the system performs scheduling validations. Default is Y.
2967: * @rep:paraminfo {@rep:precision 1}

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

2960: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
2961: * FETCH_TASK and
2962: * CLEAR_PROJECT
2963: * @param p_api_version_number API standard version number
2964: * @param p_commit API standard (default = F): indicates if transaction will be committed
2965: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2966: * @param p_op_validate_flag Indicates whether the system performs scheduling validations. Default is Y.
2967: * @rep:paraminfo {@rep:precision 1}
2968: * @param p_msg_count API standard: number of error messages

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

2961: * FETCH_TASK and
2962: * CLEAR_PROJECT
2963: * @param p_api_version_number API standard version number
2964: * @param p_commit API standard (default = F): indicates if transaction will be committed
2965: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2966: * @param p_op_validate_flag Indicates whether the system performs scheduling validations. Default is Y.
2967: * @rep:paraminfo {@rep:precision 1}
2968: * @param p_msg_count API standard: number of error messages
2969: * @rep:paraminfo {@rep:required}

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

2964: * @param p_commit API standard (default = F): indicates if transaction will be committed
2965: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
2966: * @param p_op_validate_flag Indicates whether the system performs scheduling validations. Default is Y.
2967: * @rep:paraminfo {@rep:precision 1}
2968: * @param p_msg_count API standard: number of error messages
2969: * @rep:paraminfo {@rep:required}
2970: * @param p_msg_data API standard: error message
2971: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2972: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

2966: * @param p_op_validate_flag Indicates whether the system performs scheduling validations. Default is Y.
2967: * @rep:paraminfo {@rep:precision 1}
2968: * @param p_msg_count API standard: number of error messages
2969: * @rep:paraminfo {@rep:required}
2970: * @param p_msg_data API standard: error message
2971: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2972: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2973: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2974: * @param p_workflow_started Indicates if a workflow has been started (Y or N)

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

2968: * @param p_msg_count API standard: number of error messages
2969: * @rep:paraminfo {@rep:required}
2970: * @param p_msg_data API standard: error message
2971: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
2972: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
2973: * @rep:paraminfo {@rep:precision 1} {@rep:required}
2974: * @param p_workflow_started Indicates if a workflow has been started (Y or N)
2975: * @rep:paraminfo {@rep:required}
2976: * @param p_pm_product_code Identifier of the external system from which the project was imported

Line 3013: * @param p_api_version_number API standard version number

3009: );
3010:
3011: /*#
3012: * This API procedure is used to delete a project and its tasks from Oracle Projects.
3013: * @param p_api_version_number API standard version number
3014: * @param p_commit API standard (default = F): indicates if transaction will be committed
3015: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3016: * @param p_msg_count API standard: number of error messages
3017: * @rep:paraminfo {@rep:required}

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

3010:
3011: /*#
3012: * This API procedure is used to delete a project and its tasks from Oracle Projects.
3013: * @param p_api_version_number API standard version number
3014: * @param p_commit API standard (default = F): indicates if transaction will be committed
3015: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3016: * @param p_msg_count API standard: number of error messages
3017: * @rep:paraminfo {@rep:required}
3018: * @param p_msg_data API standard: error message

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

3011: /*#
3012: * This API procedure is used to delete a project and its tasks from Oracle Projects.
3013: * @param p_api_version_number API standard version number
3014: * @param p_commit API standard (default = F): indicates if transaction will be committed
3015: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3016: * @param p_msg_count API standard: number of error messages
3017: * @rep:paraminfo {@rep:required}
3018: * @param p_msg_data API standard: error message
3019: * @rep:paraminfo {@rep:precision 2000} {@rep:required}

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

3012: * This API procedure is used to delete a project and its tasks from Oracle Projects.
3013: * @param p_api_version_number API standard version number
3014: * @param p_commit API standard (default = F): indicates if transaction will be committed
3015: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3016: * @param p_msg_count API standard: number of error messages
3017: * @rep:paraminfo {@rep:required}
3018: * @param p_msg_data API standard: error message
3019: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3020: * @param p_return_status API standard: return of the API (success/failure/unexpected error)

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

3014: * @param p_commit API standard (default = F): indicates if transaction will be committed
3015: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3016: * @param p_msg_count API standard: number of error messages
3017: * @rep:paraminfo {@rep:required}
3018: * @param p_msg_data API standard: error message
3019: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3020: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
3021: * @rep:paraminfo {@rep:precision 1} {@rep:required}
3022: * @param p_pm_product_code Identifier of the external system from which the project was imported

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

3016: * @param p_msg_count API standard: number of error messages
3017: * @rep:paraminfo {@rep:required}
3018: * @param p_msg_data API standard: error message
3019: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3020: * @param p_return_status API standard: return of the API (success/failure/unexpected error)
3021: * @rep:paraminfo {@rep:precision 1} {@rep:required}
3022: * @param p_pm_product_code Identifier of the external system from which the project was imported
3023: * @rep:paraminfo {@rep:precision 25}
3024: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

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

3064: * LOAD_KEY_MEMBER,
3065: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
3066: * FETCH_TASK and
3067: * CLEAR_PROJECT
3068: * @param p_api_version_number API standard: version number
3069: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3070: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3071: * @rep:paraminfo {@rep:precision 1} {@rep:required}
3072: * @param p_pm_task_reference The reference code that uniquely identifies the project task in the external system

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

3065: * EXECUTE_CREATE_PROJECT/EXECUTE_UPDATE_PROJECT,
3066: * FETCH_TASK and
3067: * CLEAR_PROJECT
3068: * @param p_api_version_number API standard: version number
3069: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3070: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3071: * @rep:paraminfo {@rep:precision 1} {@rep:required}
3072: * @param p_pm_task_reference The reference code that uniquely identifies the project task in the external system
3073: * @param p_pa_task_id The reference code that uniquely identifies the task in a project in Oracle Projects

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

3066: * FETCH_TASK and
3067: * CLEAR_PROJECT
3068: * @param p_api_version_number API standard: version number
3069: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3070: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3071: * @rep:paraminfo {@rep:precision 1} {@rep:required}
3072: * @param p_pm_task_reference The reference code that uniquely identifies the project task in the external system
3073: * @param p_pa_task_id The reference code that uniquely identifies the task in a project in Oracle Projects
3074: * @param p_task_name The name that uniquely identifies a task in a project

Line 3097: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule

3093: * @rep:paraminfo {@rep:precision 1}
3094: * @param p_limit_to_txn_controls_flag Flag that indicates if users can only charge expenditures to the task that are listed in
3095: * task transaction controls
3096: * @rep:paraminfo {@rep:precision 1}
3097: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
3098: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure
3099: * items charged to the task
3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.
3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule

Line 3098: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure

3094: * @param p_limit_to_txn_controls_flag Flag that indicates if users can only charge expenditures to the task that are listed in
3095: * task transaction controls
3096: * @rep:paraminfo {@rep:precision 1}
3097: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
3098: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure
3099: * items charged to the task
3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.
3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule
3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

Line 3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.

3096: * @rep:paraminfo {@rep:precision 1}
3097: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
3098: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure
3099: * items charged to the task
3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.
3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule
3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
3104: * expenditure items charged to the task

Line 3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule

3097: * @param p_labor_bill_rate_org_id The identifier of the organization that owns the labor standard bill rate schedule
3098: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure
3099: * items charged to the task
3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.
3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule
3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
3104: * expenditure items charged to the task
3105: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule

Line 3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule

3098: * @param p_labor_std_bill_rate_schdl The labor standard bill rate schedule that is used to calculate revenue for labor expenditure
3099: * items charged to the task
3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.
3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule
3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
3104: * expenditure items charged to the task
3105: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
3106: * @param p_nl_schedule_discount The percentage to be discounted from the task standard non-labor bill rate schedule

Line 3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor

3099: * items charged to the task
3100: * @param p_labor_schedule_fixed_date The date used to determine the effective bill rates of the task standard labor bill rate schedule.
3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule
3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
3104: * expenditure items charged to the task
3105: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
3106: * @param p_nl_schedule_discount The percentage to be discounted from the task standard non-labor bill rate schedule
3107: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project

Line 3105: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule

3101: * @param p_labor_schedule_discount The percentage to be discounted from the task standard labor bill rate schedule
3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
3104: * expenditure items charged to the task
3105: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
3106: * @param p_nl_schedule_discount The percentage to be discounted from the task standard non-labor bill rate schedule
3107: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
3108: * @param p_cost_ind_rate_sch_id The identifier of default costing burden schedule
3109: * @param p_rev_ind_rate_sch_id The identifier of default revenue burden schedule

Line 3106: * @param p_nl_schedule_discount The percentage to be discounted from the task standard non-labor bill rate schedule

3102: * @param p_nl_bill_rate_org_id The identifier of the organization that owns the non-labor standard bill rate schedule
3103: * @param p_nl_std_bill_rate_schdl The non-labor standard bill rate schedule that is used to calculate revenue for non-labor
3104: * expenditure items charged to the task
3105: * @param p_nl_schedule_fixed_date The fixed date used to determine the effective bill rates of the standard non-labor bill rate schedule
3106: * @param p_nl_schedule_discount The percentage to be discounted from the task standard non-labor bill rate schedule
3107: * @param p_labor_cost_multiplier_name The labor cost multiplier defined for the task of a premium project
3108: * @param p_cost_ind_rate_sch_id The identifier of default costing burden schedule
3109: * @param p_rev_ind_rate_sch_id The identifier of default revenue burden schedule
3110: * @param p_inv_ind_rate_sch_id The identifier of default invoice burden schedule

Line 3161: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule

3157: * @rep:paraminfo {@rep:precision 1}
3158: * @param p_work_type_id Identifier for predefined types of work
3159: * @param p_emp_bill_rate_schedule_id Identifier of the employee bill rate schedule
3160: * @param p_job_bill_rate_schedule_id Identifier of the job bill rate schedule
3161: * @param p_non_lab_std_bill_rt_sch_id Identifier of the non-labor standard bill rate schedule
3162: * @param p_taskfunc_cost_rate_type Task level default value for project functional cost rate type
3163: * @param p_taskfunc_cost_rate_date Task level default value for project functional cost rate date
3164: * @param p_display_sequence Order of display
3165: * @param p_wbs_level The level of the task in the work breakdown structure

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

3430: );
3431:
3432: /*#
3433: * This is a wrapper API for FETCH_TASK to handle multiple calls to FETCH_TASK.
3434: * @param p_api_version_number API standard: version number
3435: * @rep:paraminfo {@rep:required}
3436: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3437: * @rep:paraminfo {@rep:precision 1}
3438: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3432: /*#
3433: * This is a wrapper API for FETCH_TASK to handle multiple calls to FETCH_TASK.
3434: * @param p_api_version_number API standard: version number
3435: * @rep:paraminfo {@rep:required}
3436: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3437: * @rep:paraminfo {@rep:precision 1}
3438: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3439: * @rep:paraminfo {@rep:precision 1}
3440: * @param p_task_index Points to a single task

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

3434: * @param p_api_version_number API standard: version number
3435: * @rep:paraminfo {@rep:required}
3436: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3437: * @rep:paraminfo {@rep:precision 1}
3438: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3439: * @rep:paraminfo {@rep:precision 1}
3440: * @param p_task_index Points to a single task
3441: * @rep:paraminfo {@rep:required}
3442: * @param p_pa_task_id Unique identifier for the task to be fetched

Line 3492: * @param P_API_VERSION_NUMBER API standard version number

3488: /*#
3489: * This API loads a single attribute value for a given attribute group for the specified
3490: * project and task. Please refer the API User Guide to find more on required parameters
3491: * and optional parameters of this API.
3492: * @param P_API_VERSION_NUMBER API standard version number
3493: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3494: * @rep:paraminfo {@rep:precision 1}
3495: * @param P_COMMIT API standard (default = F): indicates if transaction will be committed
3496: * @rep:paraminfo {@rep:precision 1}

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

3489: * This API loads a single attribute value for a given attribute group for the specified
3490: * project and task. Please refer the API User Guide to find more on required parameters
3491: * and optional parameters of this API.
3492: * @param P_API_VERSION_NUMBER API standard version number
3493: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3494: * @rep:paraminfo {@rep:precision 1}
3495: * @param P_COMMIT API standard (default = F): indicates if transaction will be committed
3496: * @rep:paraminfo {@rep:precision 1}
3497: * @param X_RETURN_STATUS API standard: return of the API (success/failure/unexpected error)

Line 3495: * @param P_COMMIT API standard (default = F): indicates if transaction will be committed

3491: * and optional parameters of this API.
3492: * @param P_API_VERSION_NUMBER API standard version number
3493: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3494: * @rep:paraminfo {@rep:precision 1}
3495: * @param P_COMMIT API standard (default = F): indicates if transaction will be committed
3496: * @rep:paraminfo {@rep:precision 1}
3497: * @param X_RETURN_STATUS API standard: return of the API (success/failure/unexpected error)
3498: * @rep:paraminfo {@rep:precision 1}
3499: * @param P_TRANSACTION_TYPE The mode of processing for a logical attribute group row.

Line 3497: * @param X_RETURN_STATUS API standard: return of the API (success/failure/unexpected error)

3493: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3494: * @rep:paraminfo {@rep:precision 1}
3495: * @param P_COMMIT API standard (default = F): indicates if transaction will be committed
3496: * @rep:paraminfo {@rep:precision 1}
3497: * @param X_RETURN_STATUS API standard: return of the API (success/failure/unexpected error)
3498: * @rep:paraminfo {@rep:precision 1}
3499: * @param P_TRANSACTION_TYPE The mode of processing for a logical attribute group row.
3500: * The value should correspond to the following constants:
3501: * PA_PROJECT_PUB: G_DELETE_MODE, G_UPDATE_MODE, G_SYNC_MODE (which either creates or

Line 3548: * @param P_API_VERSION_NUMBER API standard: version number

3544:
3545: /*#
3546: * This is a bulk load API that loads the attribute values in a batch of 1000 attributes per
3547: * API call. This procedure calls the LOAD_EXTENSIBLE_ATTRIBUTE API.
3548: * @param P_API_VERSION_NUMBER API standard: version number
3549: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3550: * @rep:paraminfo {@rep:precision 1}
3551: * @param P_COMMIT API standard (default = F): indicates if the transaction will be committed
3552: * @rep:paraminfo {@rep:precision 1}

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

3545: /*#
3546: * This is a bulk load API that loads the attribute values in a batch of 1000 attributes per
3547: * API call. This procedure calls the LOAD_EXTENSIBLE_ATTRIBUTE API.
3548: * @param P_API_VERSION_NUMBER API standard: version number
3549: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3550: * @rep:paraminfo {@rep:precision 1}
3551: * @param P_COMMIT API standard (default = F): indicates if the transaction will be committed
3552: * @rep:paraminfo {@rep:precision 1}
3553: * @param X_RETURN_STATUS API standard: return status of the API (success/failure/unexpected error)

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

3547: * API call. This procedure calls the LOAD_EXTENSIBLE_ATTRIBUTE API.
3548: * @param P_API_VERSION_NUMBER API standard: version number
3549: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3550: * @rep:paraminfo {@rep:precision 1}
3551: * @param P_COMMIT API standard (default = F): indicates if the transaction will be committed
3552: * @rep:paraminfo {@rep:precision 1}
3553: * @param X_RETURN_STATUS API standard: return status of the API (success/failure/unexpected error)
3554: * @rep:paraminfo {@rep:precision 1}
3555: * @param P_TRANSACTION_TYPE The mode of processing for a logical attribute group row.

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

3549: * @param P_INIT_MSG_LIST API standard (default = F): indicates if message stack will be initialized
3550: * @rep:paraminfo {@rep:precision 1}
3551: * @param P_COMMIT API standard (default = F): indicates if the transaction will be committed
3552: * @rep:paraminfo {@rep:precision 1}
3553: * @param X_RETURN_STATUS API standard: return status of the API (success/failure/unexpected error)
3554: * @rep:paraminfo {@rep:precision 1}
3555: * @param P_TRANSACTION_TYPE The mode of processing for a logical attribute group row.
3556: * The value should correspond to the following constants:
3557: * PA_PROJECT_PUB : G_DELETE_MODE, G_UPDATE_MODE, G_SYNC_MODE (which either creates or

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

3602:
3603: --Project Structures
3604: /*#
3605: * This is a Load-Execute-Fetch procedure used to load structure data.
3606: * @param p_api_version_number API standard: version number
3607: * @rep:paraminfo {@rep:required}
3608: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3609: * @rep:paraminfo {@rep:precision 1}
3610: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3604: /*#
3605: * This is a Load-Execute-Fetch procedure used to load structure data.
3606: * @param p_api_version_number API standard: version number
3607: * @rep:paraminfo {@rep:required}
3608: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3609: * @rep:paraminfo {@rep:precision 1}
3610: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3611: * @rep:paraminfo {@rep:precision 1}
3612: * @param p_pa_project_id The unique identifier of the project

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

3606: * @param p_api_version_number API standard: version number
3607: * @rep:paraminfo {@rep:required}
3608: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3609: * @rep:paraminfo {@rep:precision 1}
3610: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3611: * @rep:paraminfo {@rep:precision 1}
3612: * @param p_pa_project_id The unique identifier of the project
3613: * @param p_structure_type Structure type
3614: * @rep:paraminfo {@rep:precision 25}

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

3656:
3657:
3658: /*#
3659: * This API is used to delete a workplan structure version from Oracle Projects.
3660: * @param p_api_version_number API standard: version number
3661: * @rep:paraminfo {@rep:required}
3662: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3663: * @rep:paraminfo {@rep:precision 1}
3664: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

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

3658: /*#
3659: * This API is used to delete a workplan structure version from Oracle Projects.
3660: * @param p_api_version_number API standard: version number
3661: * @rep:paraminfo {@rep:required}
3662: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3663: * @rep:paraminfo {@rep:precision 1}
3664: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3665: * @rep:paraminfo {@rep:precision 1}
3666: * @param p_msg_count API standard: number of error messages

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

3660: * @param p_api_version_number API standard: version number
3661: * @rep:paraminfo {@rep:required}
3662: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3663: * @rep:paraminfo {@rep:precision 1}
3664: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3665: * @rep:paraminfo {@rep:precision 1}
3666: * @param p_msg_count API standard: number of error messages
3667: * @rep:paraminfo {@rep:required}
3668: * @param p_msg_data API standard: error message

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

3662: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3663: * @rep:paraminfo {@rep:precision 1}
3664: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3665: * @rep:paraminfo {@rep:precision 1}
3666: * @param p_msg_count API standard: number of error messages
3667: * @rep:paraminfo {@rep:required}
3668: * @param p_msg_data API standard: error message
3669: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3670: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3664: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3665: * @rep:paraminfo {@rep:precision 1}
3666: * @param p_msg_count API standard: number of error messages
3667: * @rep:paraminfo {@rep:required}
3668: * @param p_msg_data API standard: error message
3669: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3670: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3671: * @rep:paraminfo {@rep:precision 1}
3672: * @param p_structure_version_id The unique identifier of the workplan structure

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

3666: * @param p_msg_count API standard: number of error messages
3667: * @rep:paraminfo {@rep:required}
3668: * @param p_msg_data API standard: error message
3669: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3670: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3671: * @rep:paraminfo {@rep:precision 1}
3672: * @param p_structure_version_id The unique identifier of the workplan structure
3673: * @rep:paraminfo {@rep:required}
3674: * @param p_record_version_number The unique identifier of the published workplan structure version

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

3693: /*#
3694: * This PL/SQL procedure is used to publish, submit, rework, reject, or approve
3695: * a workplan structure and thereby change its status code. The valid status codes are:STRUCTURE_WORKING,
3696: * STRUCTURE_PUBLISHED, STRUCTURE_SUBMITTED, STRUCTURE_REJECTED, and STRUCTURE_APPROVED.
3697: * @param p_api_version_number API standard: version number
3698: * @rep:paraminfo {@rep:required}
3699: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3700: * @rep:paraminfo {@rep:precision 1}
3701: * @param p_commit API standard (default = F): indicates if the transaction will be committed

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

3695: * a workplan structure and thereby change its status code. The valid status codes are:STRUCTURE_WORKING,
3696: * STRUCTURE_PUBLISHED, STRUCTURE_SUBMITTED, STRUCTURE_REJECTED, and STRUCTURE_APPROVED.
3697: * @param p_api_version_number API standard: version number
3698: * @rep:paraminfo {@rep:required}
3699: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3700: * @rep:paraminfo {@rep:precision 1}
3701: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3702: * @rep:paraminfo {@rep:precision 1}
3703: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3697: * @param p_api_version_number API standard: version number
3698: * @rep:paraminfo {@rep:required}
3699: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3700: * @rep:paraminfo {@rep:precision 1}
3701: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3702: * @rep:paraminfo {@rep:precision 1}
3703: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3704: * @rep:paraminfo {@rep:precision 1}
3705: * @param p_msg_count API standard: number of error messages

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

3699: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3700: * @rep:paraminfo {@rep:precision 1}
3701: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3702: * @rep:paraminfo {@rep:precision 1}
3703: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3704: * @rep:paraminfo {@rep:precision 1}
3705: * @param p_msg_count API standard: number of error messages
3706: * @rep:paraminfo {@rep:required}
3707: * @param p_msg_data API standard: error message

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

3701: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3702: * @rep:paraminfo {@rep:precision 1}
3703: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3704: * @rep:paraminfo {@rep:precision 1}
3705: * @param p_msg_count API standard: number of error messages
3706: * @rep:paraminfo {@rep:required}
3707: * @param p_msg_data API standard: error message
3708: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3709: * @param p_structure_version_id The unique identifier of the workplan structure

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

3703: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3704: * @rep:paraminfo {@rep:precision 1}
3705: * @param p_msg_count API standard: number of error messages
3706: * @rep:paraminfo {@rep:required}
3707: * @param p_msg_data API standard: error message
3708: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3709: * @param p_structure_version_id The unique identifier of the workplan structure
3710: * @rep:paraminfo {@rep:required}
3711: * @param p_pa_project_id The unique identifier of the project

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

3740:
3741:
3742: /*#
3743: * This API is used to baseline a workplan structure version.
3744: * @param p_api_version_number API standard: version number
3745: * @rep:paraminfo {@rep:required}
3746: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3747: * @rep:paraminfo {@rep:precision 1}
3748: * @param p_commit API standard (default = F): indicates if the transaction will be committed

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

3742: /*#
3743: * This API is used to baseline a workplan structure version.
3744: * @param p_api_version_number API standard: version number
3745: * @rep:paraminfo {@rep:required}
3746: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3747: * @rep:paraminfo {@rep:precision 1}
3748: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3749: * @rep:paraminfo {@rep:precision 1}
3750: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3744: * @param p_api_version_number API standard: version number
3745: * @rep:paraminfo {@rep:required}
3746: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3747: * @rep:paraminfo {@rep:precision 1}
3748: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3749: * @rep:paraminfo {@rep:precision 1}
3750: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3751: * @rep:paraminfo {@rep:precision 1}
3752: * @param p_msg_count API standard: number of error messages

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

3746: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3747: * @rep:paraminfo {@rep:precision 1}
3748: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3749: * @rep:paraminfo {@rep:precision 1}
3750: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3751: * @rep:paraminfo {@rep:precision 1}
3752: * @param p_msg_count API standard: number of error messages
3753: * @rep:paraminfo {@rep:required}
3754: * @param p_msg_data API standard: error message

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

3748: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3749: * @rep:paraminfo {@rep:precision 1}
3750: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3751: * @rep:paraminfo {@rep:precision 1}
3752: * @param p_msg_count API standard: number of error messages
3753: * @rep:paraminfo {@rep:required}
3754: * @param p_msg_data API standard: error message
3755: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3756: * @param p_structure_version_id The unique identifier of the workplan structure

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

3750: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3751: * @rep:paraminfo {@rep:precision 1}
3752: * @param p_msg_count API standard: number of error messages
3753: * @rep:paraminfo {@rep:required}
3754: * @param p_msg_data API standard: error message
3755: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3756: * @param p_structure_version_id The unique identifier of the workplan structure
3757: * @rep:paraminfo {@rep:required}
3758: * @param p_pa_project_id The unique identifier of the project

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

3795:
3796: /*#
3797: * This API is a Load-Execute-Fetch procedure that returns
3798: * structure version identifiers of workplan and financial structures.
3799: * @param p_api_version_number API standard: version number
3800: * @rep:paraminfo {@rep:required}
3801: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3802: * @rep:paraminfo {@rep:precision 1}
3803: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3797: * This API is a Load-Execute-Fetch procedure that returns
3798: * structure version identifiers of workplan and financial structures.
3799: * @param p_api_version_number API standard: version number
3800: * @rep:paraminfo {@rep:required}
3801: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3802: * @rep:paraminfo {@rep:precision 1}
3803: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3804: * @rep:paraminfo {@rep:precision 1}
3805: * @param p_structure_type Structure type

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

3799: * @param p_api_version_number API standard: version number
3800: * @rep:paraminfo {@rep:required}
3801: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3802: * @rep:paraminfo {@rep:precision 1}
3803: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3804: * @rep:paraminfo {@rep:precision 1}
3805: * @param p_structure_type Structure type
3806: * @param p_pa_structure_version_id The unique identifier of the structure
3807: * @rep:paraminfo {@rep:required}

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

3827:
3828: /*#
3829: * This API is a Load-Execute-Fetch procedure that returns version identifier
3830: * for a task.
3831: * @param p_api_version_number API standard: version number
3832: * @rep:paraminfo {@rep:required}
3833: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3834: * @rep:paraminfo {@rep:precision 1}
3835: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3829: * This API is a Load-Execute-Fetch procedure that returns version identifier
3830: * for a task.
3831: * @param p_api_version_number API standard: version number
3832: * @rep:paraminfo {@rep:required}
3833: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3834: * @rep:paraminfo {@rep:precision 1}
3835: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3836: * @rep:paraminfo {@rep:precision 1}
3837: * @param p_task_index Points to a single task

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

3831: * @param p_api_version_number API standard: version number
3832: * @rep:paraminfo {@rep:required}
3833: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3834: * @rep:paraminfo {@rep:precision 1}
3835: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3836: * @rep:paraminfo {@rep:precision 1}
3837: * @param p_task_index Points to a single task
3838: * @param p_task_version_id Task version identifier
3839: * @param p_task_return_status Flag indicating whether the API has handled the task successfully. S indicates

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

3859:
3860: /*#
3861: * This API is used to get the task version identifier of a task for a particular
3862: * workplan structure version.
3863: * @param p_api_version_number API standard: version number
3864: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3865: * @rep:paraminfo {@rep:precision 1}
3866: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3867: * @rep:paraminfo {@rep:precision 1}

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

3860: /*#
3861: * This API is used to get the task version identifier of a task for a particular
3862: * workplan structure version.
3863: * @param p_api_version_number API standard: version number
3864: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3865: * @rep:paraminfo {@rep:precision 1}
3866: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3867: * @rep:paraminfo {@rep:precision 1}
3868: * @param p_pa_project_id The unique identifier of a project

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

3862: * workplan structure version.
3863: * @param p_api_version_number API standard: version number
3864: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3865: * @rep:paraminfo {@rep:precision 1}
3866: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3867: * @rep:paraminfo {@rep:precision 1}
3868: * @param p_pa_project_id The unique identifier of a project
3869: * @param p_pa_task_id The unique identifier of a task
3870: * @param p_pa_structure_version_id The unique identifier of a workplan structure

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

3890: -- FP M changes begin (venkat)
3891:
3892: /*#
3893: * This API is used to change the current working version of a workplan structure.
3894: * @param p_api_version_number API standard: version number
3895: * @rep:paraminfo {@rep:required}
3896: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3897: * @rep:paraminfo {@rep:precision 1}
3898: * @param p_commit API standard (default = F): indicates if the transaction will be committed

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

3892: /*#
3893: * This API is used to change the current working version of a workplan structure.
3894: * @param p_api_version_number API standard: version number
3895: * @rep:paraminfo {@rep:required}
3896: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3897: * @rep:paraminfo {@rep:precision 1}
3898: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3899: * @rep:paraminfo {@rep:precision 1}
3900: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

3894: * @param p_api_version_number API standard: version number
3895: * @rep:paraminfo {@rep:required}
3896: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3897: * @rep:paraminfo {@rep:precision 1}
3898: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3899: * @rep:paraminfo {@rep:precision 1}
3900: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3901: * @rep:paraminfo {@rep:precision 1}
3902: * @param p_msg_count API standard: number of error messages

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

3896: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3897: * @rep:paraminfo {@rep:precision 1}
3898: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3899: * @rep:paraminfo {@rep:precision 1}
3900: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3901: * @rep:paraminfo {@rep:precision 1}
3902: * @param p_msg_count API standard: number of error messages
3903: * @rep:paraminfo {@rep:required}
3904: * @param p_msg_data API standard: error message

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

3898: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3899: * @rep:paraminfo {@rep:precision 1}
3900: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3901: * @rep:paraminfo {@rep:precision 1}
3902: * @param p_msg_count API standard: number of error messages
3903: * @rep:paraminfo {@rep:required}
3904: * @param p_msg_data API standard: error message
3905: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3906: * @param p_structure_version_id The unique identifier of the workplan structure

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

3900: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3901: * @rep:paraminfo {@rep:precision 1}
3902: * @param p_msg_count API standard: number of error messages
3903: * @rep:paraminfo {@rep:required}
3904: * @param p_msg_data API standard: error message
3905: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3906: * @param p_structure_version_id The unique identifier of the workplan structure
3907: * @rep:paraminfo {@rep:required}
3908: * @param p_pa_project_id The unique identifier of the project

Line 3934: * @param p_api_version API standard: version number

3930:
3931: /*#
3932: * This API is used to apply the latest progress information on the
3933: * current working version of a workplan structure.
3934: * @param p_api_version API standard: version number
3935: * @rep:paraminfo {@rep:required}
3936: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3937: * @rep:paraminfo {@rep:precision 1}
3938: * @param p_commit API standard (default = F): indicates if the transaction will be committed

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

3932: * This API is used to apply the latest progress information on the
3933: * current working version of a workplan structure.
3934: * @param p_api_version API standard: version number
3935: * @rep:paraminfo {@rep:required}
3936: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3937: * @rep:paraminfo {@rep:precision 1}
3938: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3939: * @rep:paraminfo {@rep:precision 1}
3940: * @param p_pa_project_id The unique identifier of the project

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

3934: * @param p_api_version API standard: version number
3935: * @rep:paraminfo {@rep:required}
3936: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3937: * @rep:paraminfo {@rep:precision 1}
3938: * @param p_commit API standard (default = F): indicates if the transaction will be committed
3939: * @rep:paraminfo {@rep:precision 1}
3940: * @param p_pa_project_id The unique identifier of the project
3941: * @rep:paraminfo {@rep:required}
3942: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

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

3941: * @rep:paraminfo {@rep:required}
3942: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
3943: * @rep:paraminfo {@rep:precision 25}
3944: * @param p_working_str_version_id Identifier of the working version of a workplan structure
3945: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3946: * @rep:paraminfo {@rep:precision 1}
3947: * @param p_msg_count API standard: number of error messages
3948: * @rep:paraminfo {@rep:required}
3949: * @param p_msg_data API standard: error message

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

3943: * @rep:paraminfo {@rep:precision 25}
3944: * @param p_working_str_version_id Identifier of the working version of a workplan structure
3945: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3946: * @rep:paraminfo {@rep:precision 1}
3947: * @param p_msg_count API standard: number of error messages
3948: * @rep:paraminfo {@rep:required}
3949: * @param p_msg_data API standard: error message
3950: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3951: * @rep:scope public

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

3945: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
3946: * @rep:paraminfo {@rep:precision 1}
3947: * @param p_msg_count API standard: number of error messages
3948: * @rep:paraminfo {@rep:required}
3949: * @param p_msg_data API standard: error message
3950: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
3951: * @rep:scope public
3952: * @rep:lifecycle active
3953: * @rep:displayname Apply Latest Progress

Line 3976: * @param p_api_version API standard: version number

3972: -- 3435905 FP M Changes for Deliverables : Start
3973:
3974: /*#
3975: * This API is used to load one deliverable into a PL/SQL table.
3976: * @param p_api_version API standard: version number
3977: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3978: * @param p_debug_mode Indicates to the system whether to display debug messages
3979: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
3980: * @rep:paraminfo {@rep:required}

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

3973:
3974: /*#
3975: * This API is used to load one deliverable into a PL/SQL table.
3976: * @param p_api_version API standard: version number
3977: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3978: * @param p_debug_mode Indicates to the system whether to display debug messages
3979: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
3980: * @rep:paraminfo {@rep:required}
3981: * @param p_deliverable_name Deliverable name

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

3975: * This API is used to load one deliverable into a PL/SQL table.
3976: * @param p_api_version API standard: version number
3977: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
3978: * @param p_debug_mode Indicates to the system whether to display debug messages
3979: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
3980: * @rep:paraminfo {@rep:required}
3981: * @param p_deliverable_name Deliverable name
3982: * @rep:paraminfo {@rep:required}
3983: * @param p_deliverable_short_name Deliverable short name

Line 4054: * @param p_api_version API standard: version number

4050:
4051:
4052: /*#
4053: * This API is used to load deliverables into a PL/SQL table.
4054: * @param p_api_version API standard: version number
4055: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4056: * @param p_debug_mode Indicates to the system whether to display debug messages
4057: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4058: * @rep:paraminfo {@rep:required}

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

4051:
4052: /*#
4053: * This API is used to load deliverables into a PL/SQL table.
4054: * @param p_api_version API standard: version number
4055: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4056: * @param p_debug_mode Indicates to the system whether to display debug messages
4057: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4058: * @rep:paraminfo {@rep:required}
4059: * @param p_deliverable_name Deliverable name

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

4053: * This API is used to load deliverables into a PL/SQL table.
4054: * @param p_api_version API standard: version number
4055: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4056: * @param p_debug_mode Indicates to the system whether to display debug messages
4057: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4058: * @rep:paraminfo {@rep:required}
4059: * @param p_deliverable_name Deliverable name
4060: * @rep:paraminfo {@rep:required}
4061: * @param p_deliverable_short_name Deliverable short name

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

4130:
4131: /*
4132: * This API is used to load a single deliverable action in the PL/SQL table for
4133: * deliverable actions.
4134: * @param p_api_version_number API standard: version number
4135: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4136: * @param p_debug_mode Indicates to the system whether to display debug messages
4137: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4138: * @param p_action_name Unique identifier of the project in the external system

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

4131: /*
4132: * This API is used to load a single deliverable action in the PL/SQL table for
4133: * deliverable actions.
4134: * @param p_api_version_number API standard: version number
4135: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4136: * @param p_debug_mode Indicates to the system whether to display debug messages
4137: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4138: * @param p_action_name Unique identifier of the project in the external system
4139: * @param p_action_id Unique identifier of the deliverable action

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

4133: * deliverable actions.
4134: * @param p_api_version_number API standard: version number
4135: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4136: * @param p_debug_mode Indicates to the system whether to display debug messages
4137: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4138: * @param p_action_name Unique identifier of the project in the external system
4139: * @param p_action_id Unique identifier of the deliverable action
4140: * @param p_action_owner_id Action owner identifier
4141: * @param p_function_code Deliverable action function code

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

4308:
4309: /*
4310: * This API is used to load deliverable actions in the PL/SQL table for
4311: * deliverable actions.
4312: * @param p_api_version_number API standard: version number
4313: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4314: * @param p_debug_mode Indicates to the system whether to display debug messages
4315: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4316: * @param p_action_name Unique identifier of the project in the external system

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

4309: /*
4310: * This API is used to load deliverable actions in the PL/SQL table for
4311: * deliverable actions.
4312: * @param p_api_version_number API standard: version number
4313: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4314: * @param p_debug_mode Indicates to the system whether to display debug messages
4315: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4316: * @param p_action_name Unique identifier of the project in the external system
4317: * @param p_action_id Unique identifier of the deliverable action

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

4311: * deliverable actions.
4312: * @param p_api_version_number API standard: version number
4313: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4314: * @param p_debug_mode Indicates to the system whether to display debug messages
4315: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4316: * @param p_action_name Unique identifier of the project in the external system
4317: * @param p_action_id Unique identifier of the deliverable action
4318: * @param p_action_owner_id Action owner identifier
4319: * @param p_function_code Deliverable action function code

Line 4495: * @param p_api_version API standard: version number

4491: );
4492:
4493: /*#
4494: * This API is used to create a deliverable for a project.
4495: * @param p_api_version API standard: version number
4496: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4497: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4498: * @param p_debug_mode Indicates to the system whether to display debug messages
4499: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

4492:
4493: /*#
4494: * This API is used to create a deliverable for a project.
4495: * @param p_api_version API standard: version number
4496: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4497: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4498: * @param p_debug_mode Indicates to the system whether to display debug messages
4499: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4500: * @rep:paraminfo {@rep:required}

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

4493: /*#
4494: * This API is used to create a deliverable for a project.
4495: * @param p_api_version API standard: version number
4496: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4497: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4498: * @param p_debug_mode Indicates to the system whether to display debug messages
4499: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4500: * @rep:paraminfo {@rep:required}
4501: * @param p_deliverable_name Deliverable name

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

4495: * @param p_api_version API standard: version number
4496: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4497: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4498: * @param p_debug_mode Indicates to the system whether to display debug messages
4499: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4500: * @rep:paraminfo {@rep:required}
4501: * @param p_deliverable_name Deliverable name
4502: * @rep:paraminfo {@rep:required}
4503: * @param p_deliverable_short_name Deliverable short name

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

4530: * @rep:paraminfo {@rep:precision 30}
4531: * @param p_currency_code The currency code of the deliverable. Applies only to item-based deliverables.
4532: * @rep:paraminfo {@rep:precision 15}
4533: * @param p_pm_source_code Identifier of the external system
4534: * @param x_msg_count API standard: number of error messages
4535: * @param x_msg_data API standard: error message
4536: * @rep:scope public
4537: * @rep:lifecycle active
4538: * @rep:displayname Create Deliverable

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

4531: * @param p_currency_code The currency code of the deliverable. Applies only to item-based deliverables.
4532: * @rep:paraminfo {@rep:precision 15}
4533: * @param p_pm_source_code Identifier of the external system
4534: * @param x_msg_count API standard: number of error messages
4535: * @param x_msg_data API standard: error message
4536: * @rep:scope public
4537: * @rep:lifecycle active
4538: * @rep:displayname Create Deliverable
4539: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 4586: * @param p_api_version API standard: version number

4582:
4583:
4584: /*#
4585: * This API is used to create a deliverable action for a deliverable.
4586: * @param p_api_version API standard: version number
4587: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4588: * @param p_debug_mode Indicates to the system whether to display debug messages
4589: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4590: * @param p_action_name Deliverable action name

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

4583:
4584: /*#
4585: * This API is used to create a deliverable action for a deliverable.
4586: * @param p_api_version API standard: version number
4587: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4588: * @param p_debug_mode Indicates to the system whether to display debug messages
4589: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4590: * @param p_action_name Deliverable action name
4591: * @param p_action_owner_id Action owner identifier

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

4585: * This API is used to create a deliverable action for a deliverable.
4586: * @param p_api_version API standard: version number
4587: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4588: * @param p_debug_mode Indicates to the system whether to display debug messages
4589: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4590: * @param p_action_name Deliverable action name
4591: * @param p_action_owner_id Action owner identifier
4592: * @param p_function_code Deliverable action function code
4593: * @param p_due_date Due date of the deliverable action

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

4677: * @param p_funding_rate Rate for funding currency for the billing event
4678: * @param p_pm_event_reference The unique identifier of the billing event in the external system
4679: * @rep:paraminfo {@rep:precision 25}
4680: * @param x_action_out Table of successfully processed actions
4681: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4682: * @rep:paraminfo {@rep:required}
4683: * @param x_msg_count API standard: number of error messages
4684: * @param x_msg_data API standard: error message
4685: * @rep:scope public

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

4679: * @rep:paraminfo {@rep:precision 25}
4680: * @param x_action_out Table of successfully processed actions
4681: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4682: * @rep:paraminfo {@rep:required}
4683: * @param x_msg_count API standard: number of error messages
4684: * @param x_msg_data API standard: error message
4685: * @rep:scope public
4686: * @rep:lifecycle active
4687: * @rep:displayname Create Deliverable Action

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

4680: * @param x_action_out Table of successfully processed actions
4681: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4682: * @rep:paraminfo {@rep:required}
4683: * @param x_msg_count API standard: number of error messages
4684: * @param x_msg_data API standard: error message
4685: * @rep:scope public
4686: * @rep:lifecycle active
4687: * @rep:displayname Create Deliverable Action
4688: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 4776: * @param p_api_version API standard: version number

4772:
4773:
4774: /*#
4775: * This API is used to update attributes of a deliverable for a project.
4776: * @param p_api_version API standard: version number
4777: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4778: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4779: * @param p_debug_mode Indicates to the system whether to display debug messages
4780: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

4773:
4774: /*#
4775: * This API is used to update attributes of a deliverable for a project.
4776: * @param p_api_version API standard: version number
4777: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4778: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4779: * @param p_debug_mode Indicates to the system whether to display debug messages
4780: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4781: * @rep:paraminfo {@rep:required}

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

4774: /*#
4775: * This API is used to update attributes of a deliverable for a project.
4776: * @param p_api_version API standard: version number
4777: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4778: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4779: * @param p_debug_mode Indicates to the system whether to display debug messages
4780: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4781: * @rep:paraminfo {@rep:required}
4782: * @param p_deliverable_name Deliverable name

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

4776: * @param p_api_version API standard: version number
4777: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4778: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4779: * @param p_debug_mode Indicates to the system whether to display debug messages
4780: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4781: * @rep:paraminfo {@rep:required}
4782: * @param p_deliverable_name Deliverable name
4783: * @rep:paraminfo {@rep:required}
4784: * @param p_deliverable_short_name Deliverable short name

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

4811: * @rep:paraminfo {@rep:precision 30}
4812: * @param p_currency_code The currency code of the deliverable. Applies only to item-based deliverables.
4813: * @rep:paraminfo {@rep:precision 15}
4814: * @param p_pm_source_code Identifier of the external system
4815: * @param x_msg_count API standard: number of error messages
4816: * @param x_msg_data API standard: error message
4817: * @rep:scope public
4818: * @rep:lifecycle active
4819: * @rep:displayname Update Deliverable

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

4812: * @param p_currency_code The currency code of the deliverable. Applies only to item-based deliverables.
4813: * @rep:paraminfo {@rep:precision 15}
4814: * @param p_pm_source_code Identifier of the external system
4815: * @param x_msg_count API standard: number of error messages
4816: * @param x_msg_data API standard: error message
4817: * @rep:scope public
4818: * @rep:lifecycle active
4819: * @rep:displayname Update Deliverable
4820: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 4867: * @param p_api_version API standard: version number

4863:
4864:
4865: /*#
4866: * This API is used to update a deliverable action for a deliverable.
4867: * @param p_api_version API standard: version number
4868: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4869: * @param p_debug_mode Indicates to the system whether to display debug messages
4870: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4871: * @param p_action_name Deliverable action name

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

4864:
4865: /*#
4866: * This API is used to update a deliverable action for a deliverable.
4867: * @param p_api_version API standard: version number
4868: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4869: * @param p_debug_mode Indicates to the system whether to display debug messages
4870: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4871: * @param p_action_name Deliverable action name
4872: * @param p_action_owner_id Action owner identifier

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

4866: * This API is used to update a deliverable action for a deliverable.
4867: * @param p_api_version API standard: version number
4868: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
4869: * @param p_debug_mode Indicates to the system whether to display debug messages
4870: * @param p_commit API standard (default = F): indicates if the transaction will be committed
4871: * @param p_action_name Deliverable action name
4872: * @param p_action_owner_id Action owner identifier
4873: * @param p_function_code Deliverable action function code
4874: * @param p_due_date Due date of the deliverable action

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

4959: * @param p_funding_rate Rate for funding currency for the billing event
4960: * @param p_pm_event_reference The unique identifier of the billing event in the external system
4961: * @rep:paraminfo {@rep:precision 25}
4962: * @param x_action_out Table of successfully processed actions
4963: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4964: * @rep:paraminfo {@rep:required}
4965: * @param x_msg_count API standard: number of error messages
4966: * @param x_msg_data API standard: error message
4967: * @rep:scope public

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

4961: * @rep:paraminfo {@rep:precision 25}
4962: * @param x_action_out Table of successfully processed actions
4963: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4964: * @rep:paraminfo {@rep:required}
4965: * @param x_msg_count API standard: number of error messages
4966: * @param x_msg_data API standard: error message
4967: * @rep:scope public
4968: * @rep:lifecycle active
4969: * @rep:displayname Update Deliverable Action

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

4962: * @param x_action_out Table of successfully processed actions
4963: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
4964: * @rep:paraminfo {@rep:required}
4965: * @param x_msg_count API standard: number of error messages
4966: * @param x_msg_data API standard: error message
4967: * @rep:scope public
4968: * @rep:lifecycle active
4969: * @rep:displayname Update Deliverable Action
4970: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5059: * @param p_api_version API standard: version number

5055: );
5056:
5057: /*#
5058: * This API is used to delete a deliverable for a project.
5059: * @param p_api_version API standard: version number
5060: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5061: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5062: * @param p_pm_source_code Identifier of the external system
5063: * @param p_pm_project_reference Unique identifier of the project in the external system

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

5056:
5057: /*#
5058: * This API is used to delete a deliverable for a project.
5059: * @param p_api_version API standard: version number
5060: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5061: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5062: * @param p_pm_source_code Identifier of the external system
5063: * @param p_pm_project_reference Unique identifier of the project in the external system
5064: * @param p_project_id Unique identifier of the project in Oracle Projects

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

5057: /*#
5058: * This API is used to delete a deliverable for a project.
5059: * @param p_api_version API standard: version number
5060: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5061: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5062: * @param p_pm_source_code Identifier of the external system
5063: * @param p_pm_project_reference Unique identifier of the project in the external system
5064: * @param p_project_id Unique identifier of the project in Oracle Projects
5065: * @param p_deliverable_id Unique identifier of the deliverable

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

5063: * @param p_pm_project_reference Unique identifier of the project in the external system
5064: * @param p_project_id Unique identifier of the project in Oracle Projects
5065: * @param p_deliverable_id Unique identifier of the deliverable
5066: * @param p_pm_dlv_source_reference Unique identifier of the deliverable in the external system
5067: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5068: * @param x_msg_count API standard: number of error messages
5069: * @param x_msg_data API standard: error message
5070: * @rep:scope public
5071: * @rep:lifecycle active

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

5064: * @param p_project_id Unique identifier of the project in Oracle Projects
5065: * @param p_deliverable_id Unique identifier of the deliverable
5066: * @param p_pm_dlv_source_reference Unique identifier of the deliverable in the external system
5067: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5068: * @param x_msg_count API standard: number of error messages
5069: * @param x_msg_data API standard: error message
5070: * @rep:scope public
5071: * @rep:lifecycle active
5072: * @rep:displayname Delete Deliverable

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

5065: * @param p_deliverable_id Unique identifier of the deliverable
5066: * @param p_pm_dlv_source_reference Unique identifier of the deliverable in the external system
5067: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5068: * @param x_msg_count API standard: number of error messages
5069: * @param x_msg_data API standard: error message
5070: * @rep:scope public
5071: * @rep:lifecycle active
5072: * @rep:displayname Delete Deliverable
5073: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5095: * @param p_api_version API standard: version number

5091:
5092:
5093: /*#
5094: * This API is used to delete a deliverable action for a deliverable.
5095: * @param p_api_version API standard: version number
5096: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5097: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5098: * @param p_pm_source_code Identifier of the external system
5099: * @param p_pm_project_reference Unique identifier of the project in the external system

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

5092:
5093: /*#
5094: * This API is used to delete a deliverable action for a deliverable.
5095: * @param p_api_version API standard: version number
5096: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5097: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5098: * @param p_pm_source_code Identifier of the external system
5099: * @param p_pm_project_reference Unique identifier of the project in the external system
5100: * @param p_project_id Unique identifier of the project in Oracle Projects

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

5093: /*#
5094: * This API is used to delete a deliverable action for a deliverable.
5095: * @param p_api_version API standard: version number
5096: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5097: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5098: * @param p_pm_source_code Identifier of the external system
5099: * @param p_pm_project_reference Unique identifier of the project in the external system
5100: * @param p_project_id Unique identifier of the project in Oracle Projects
5101: * @param p_pm_deliverable_reference Unique identifier of the deliverable in the external system

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

5104: * @rep:paraminfo {@rep:required}
5105: * @param p_action_source_reference Unique identifier of the deliverable action in the external system
5106: * @param p_action_id Unique identifier of the deliverable action
5107: * @rep:paraminfo {@rep:required}
5108: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5109: * @param x_msg_count API standard: number of error messages
5110: * @param x_msg_data API standard: error message
5111: * @rep:scope public
5112: * @rep:lifecycle active

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

5105: * @param p_action_source_reference Unique identifier of the deliverable action in the external system
5106: * @param p_action_id Unique identifier of the deliverable action
5107: * @rep:paraminfo {@rep:required}
5108: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5109: * @param x_msg_count API standard: number of error messages
5110: * @param x_msg_data API standard: error message
5111: * @rep:scope public
5112: * @rep:lifecycle active
5113: * @rep:displayname Delete Deliverable Action

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

5106: * @param p_action_id Unique identifier of the deliverable action
5107: * @rep:paraminfo {@rep:required}
5108: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5109: * @param x_msg_count API standard: number of error messages
5110: * @param x_msg_data API standard: error message
5111: * @rep:scope public
5112: * @rep:lifecycle active
5113: * @rep:displayname Delete Deliverable Action
5114: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5139: * @param p_api_version API standard: version number

5135:
5136:
5137: /*#
5138: * This API is used to associate a deliverable with a task.
5139: * @param p_api_version API standard: version number
5140: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5141: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5142: * @param p_debug_mode Indicates whether to display debug messages
5143: * @param p_pm_source_code Identifier of the external system

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

5136:
5137: /*#
5138: * This API is used to associate a deliverable with a task.
5139: * @param p_api_version API standard: version number
5140: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5141: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5142: * @param p_debug_mode Indicates whether to display debug messages
5143: * @param p_pm_source_code Identifier of the external system
5144: * @param p_pm_project_reference Unique identifier of the project in the external system

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

5137: /*#
5138: * This API is used to associate a deliverable with a task.
5139: * @param p_api_version API standard: version number
5140: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5141: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5142: * @param p_debug_mode Indicates whether to display debug messages
5143: * @param p_pm_source_code Identifier of the external system
5144: * @param p_pm_project_reference Unique identifier of the project in the external system
5145: * @param p_project_id Unique identifier of the project in Oracle Projects

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

5148: * @param p_deliverable_reference Unique identifier of the deliverable in the external system
5149: * @rep:paraminfo {@rep:required}
5150: * @param p_deliverable_id Unique identifier of the deliverable
5151: * @rep:paraminfo {@rep:required}
5152: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5153: * @param x_msg_count API standard: number of error messages
5154: * @param x_msg_data API standard: error message
5155: * @rep:scope public
5156: * @rep:lifecycle active

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

5149: * @rep:paraminfo {@rep:required}
5150: * @param p_deliverable_id Unique identifier of the deliverable
5151: * @rep:paraminfo {@rep:required}
5152: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5153: * @param x_msg_count API standard: number of error messages
5154: * @param x_msg_data API standard: error message
5155: * @rep:scope public
5156: * @rep:lifecycle active
5157: * @rep:displayname Associate Deliverable with Task

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

5150: * @param p_deliverable_id Unique identifier of the deliverable
5151: * @rep:paraminfo {@rep:required}
5152: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5153: * @param x_msg_count API standard: number of error messages
5154: * @param x_msg_data API standard: error message
5155: * @rep:scope public
5156: * @rep:lifecycle active
5157: * @rep:displayname Associate Deliverable with Task
5158: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5185: * @param p_api_version API standard: version number

5181: );
5182:
5183: /*#
5184: * This API is used to associate a deliverable with a task assignment.
5185: * @param p_api_version API standard: version number
5186: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5187: * @param p_commit API API standard (default = F): indicates if the transaction will be committed
5188: * @param p_debug_mode Indicates whether to display debug messages
5189: * @param p_pm_source_code Identifier of the external system

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

5182:
5183: /*#
5184: * This API is used to associate a deliverable with a task assignment.
5185: * @param p_api_version API standard: version number
5186: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5187: * @param p_commit API API standard (default = F): indicates if the transaction will be committed
5188: * @param p_debug_mode Indicates whether to display debug messages
5189: * @param p_pm_source_code Identifier of the external system
5190: * @param p_pm_project_reference Unique identifier of the project in the external system

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

5183: /*#
5184: * This API is used to associate a deliverable with a task assignment.
5185: * @param p_api_version API standard: version number
5186: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5187: * @param p_commit API API standard (default = F): indicates if the transaction will be committed
5188: * @param p_debug_mode Indicates whether to display debug messages
5189: * @param p_pm_source_code Identifier of the external system
5190: * @param p_pm_project_reference Unique identifier of the project in the external system
5191: * @param p_project_id Unique identifier of the project in Oracle Projects

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

5194: * @param p_deliverable_reference Unique identifier of the deliverable in the external system
5195: * @rep:paraminfo {@rep:required}
5196: * @param p_deliverable_id Unique identifier of the deliverable
5197: * @rep:paraminfo {@rep:required}
5198: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5199: * @param x_msg_count API standard: number of error messages
5200: * @param x_msg_data API standard: error message
5201: * @rep:scope public
5202: * @rep:lifecycle active

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

5195: * @rep:paraminfo {@rep:required}
5196: * @param p_deliverable_id Unique identifier of the deliverable
5197: * @rep:paraminfo {@rep:required}
5198: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5199: * @param x_msg_count API standard: number of error messages
5200: * @param x_msg_data API standard: error message
5201: * @rep:scope public
5202: * @rep:lifecycle active
5203: * @rep:displayname Associate Deliverable to Task Assignment

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

5196: * @param p_deliverable_id Unique identifier of the deliverable
5197: * @rep:paraminfo {@rep:required}
5198: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5199: * @param x_msg_count API standard: number of error messages
5200: * @param x_msg_data API standard: error message
5201: * @rep:scope public
5202: * @rep:lifecycle active
5203: * @rep:displayname Associate Deliverable to Task Assignment
5204: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5231: * @param p_api_version API standard: version number

5227:
5228:
5229: /*#
5230: * This API is used to delete a deliverable-to-task association.
5231: * @param p_api_version API standard: version number
5232: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5233: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5234: * @param p_pm_source_code Identifier of the external system
5235: * @param p_pm_project_reference Unique identifier of the project in the external system

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

5228:
5229: /*#
5230: * This API is used to delete a deliverable-to-task association.
5231: * @param p_api_version API standard: version number
5232: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5233: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5234: * @param p_pm_source_code Identifier of the external system
5235: * @param p_pm_project_reference Unique identifier of the project in the external system
5236: * @param p_project_id Unique identifier of the project in Oracle Projects

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

5229: /*#
5230: * This API is used to delete a deliverable-to-task association.
5231: * @param p_api_version API standard: version number
5232: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5233: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5234: * @param p_pm_source_code Identifier of the external system
5235: * @param p_pm_project_reference Unique identifier of the project in the external system
5236: * @param p_project_id Unique identifier of the project in Oracle Projects
5237: * @param p_task_reference Unique identifier of the task in the external system

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

5239: * @param p_pm_deliverable_reference Unique identifier of the deliverable in the external system
5240: * @rep:paraminfo {@rep:required}
5241: * @param p_deliverable_id Unique identifier of the deliverable
5242: * @rep:paraminfo {@rep:required}
5243: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5244: * @param x_msg_count API standard: number of error messages
5245: * @param x_msg_data API standard: error message
5246: * @rep:scope public
5247: * @rep:lifecycle active

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

5240: * @rep:paraminfo {@rep:required}
5241: * @param p_deliverable_id Unique identifier of the deliverable
5242: * @rep:paraminfo {@rep:required}
5243: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5244: * @param x_msg_count API standard: number of error messages
5245: * @param x_msg_data API standard: error message
5246: * @rep:scope public
5247: * @rep:lifecycle active
5248: * @rep:displayname Delete Deliverable-Task Association

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

5241: * @param p_deliverable_id Unique identifier of the deliverable
5242: * @rep:paraminfo {@rep:required}
5243: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5244: * @param x_msg_count API standard: number of error messages
5245: * @param x_msg_data API standard: error message
5246: * @rep:scope public
5247: * @rep:lifecycle active
5248: * @rep:displayname Delete Deliverable-Task Association
5249: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5275: * @param p_api_version API standard: version number

5271: -- added p_pm_project_reference IN parameter also
5272:
5273: /*#
5274: * This API is used to delete a deliverable-to-task assignment association.
5275: * @param p_api_version API standard: version number
5276: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5277: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5278: * @param p_debug_mode Indicates whether to display debug messages
5279: * @param p_pm_source_code Identifier of the external system

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

5272:
5273: /*#
5274: * This API is used to delete a deliverable-to-task assignment association.
5275: * @param p_api_version API standard: version number
5276: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5277: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5278: * @param p_debug_mode Indicates whether to display debug messages
5279: * @param p_pm_source_code Identifier of the external system
5280: * @param p_project_id Unique identifier of the project in Oracle Projects

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

5273: /*#
5274: * This API is used to delete a deliverable-to-task assignment association.
5275: * @param p_api_version API standard: version number
5276: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5277: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5278: * @param p_debug_mode Indicates whether to display debug messages
5279: * @param p_pm_source_code Identifier of the external system
5280: * @param p_project_id Unique identifier of the project in Oracle Projects
5281: * @param p_pm_project_reference Unique identifier of the project in the external system

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

5284: * @param p_deliverable_id Unique identifier of the deliverable
5285: * @rep:paraminfo {@rep:required}
5286: * @param p_pm_deliverable_reference Unique identifier of the deliverable in the external system
5287: * @rep:paraminfo {@rep:required}
5288: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5289: * @param x_msg_count API standard: number of error messages
5290: * @param x_msg_data API standard: error message
5291: * @rep:scope public
5292: * @rep:lifecycle active

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

5285: * @rep:paraminfo {@rep:required}
5286: * @param p_pm_deliverable_reference Unique identifier of the deliverable in the external system
5287: * @rep:paraminfo {@rep:required}
5288: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5289: * @param x_msg_count API standard: number of error messages
5290: * @param x_msg_data API standard: error message
5291: * @rep:scope public
5292: * @rep:lifecycle active
5293: * @rep:displayname Delete Deliverable-Task Assignment Association

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

5286: * @param p_pm_deliverable_reference Unique identifier of the deliverable in the external system
5287: * @rep:paraminfo {@rep:required}
5288: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5289: * @param x_msg_count API standard: number of error messages
5290: * @param x_msg_data API standard: error message
5291: * @rep:scope public
5292: * @rep:lifecycle active
5293: * @rep:displayname Delete Deliverable-Task Assignment Association
5294: * @rep:category BUSINESS_ENTITY PA_PROJECT

Line 5322: * @param p_api_version API standard: version number

5318:
5319: /*#
5320: * This API is used to update an existing mapping between a workplan task and a financial task for a project
5321: * having split-mapped structure sharing between workplan and financial structures.
5322: * @param p_api_version API standard: version number
5323: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5324: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5325: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5326: * @param px_mapped_task_id The unique identifier of the financial task in Oracle Projects

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

5319: /*#
5320: * This API is used to update an existing mapping between a workplan task and a financial task for a project
5321: * having split-mapped structure sharing between workplan and financial structures.
5322: * @param p_api_version API standard: version number
5323: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5324: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5325: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5326: * @param px_mapped_task_id The unique identifier of the financial task in Oracle Projects
5327: * @param p_mapped_task_reference The reference code that uniquely identifies the financial task in the external system

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

5320: * This API is used to update an existing mapping between a workplan task and a financial task for a project
5321: * having split-mapped structure sharing between workplan and financial structures.
5322: * @param p_api_version API standard: version number
5323: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5324: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5325: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5326: * @param px_mapped_task_id The unique identifier of the financial task in Oracle Projects
5327: * @param p_mapped_task_reference The reference code that uniquely identifies the financial task in the external system
5328: * @param p_mapped_task_name Name of the financial task

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

5331: * @param p_wkp_structure_version_id The unique identifier of the workplan structure in Oracle Projects
5332: * @param p_wkp_task_reference The reference code that uniquely identifies the workplan task in the external system
5333: * @param p_project_id The unique identifier of the project in Oracle Projects
5334: * @param p_proj_source_reference The reference code that uniquely identifies the project in the external system
5335: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5336: * @rep:paraminfo {@rep:required}
5337: * @param x_msg_count API standard: number of error messages
5338: * @rep:paraminfo {@rep:required}
5339: * @param x_msg_data API standard: error message

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

5333: * @param p_project_id The unique identifier of the project in Oracle Projects
5334: * @param p_proj_source_reference The reference code that uniquely identifies the project in the external system
5335: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5336: * @rep:paraminfo {@rep:required}
5337: * @param x_msg_count API standard: number of error messages
5338: * @rep:paraminfo {@rep:required}
5339: * @param x_msg_data API standard: error message
5340: * @rep:paraminfo {@rep:required}
5341: * @rep:scope public

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

5335: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5336: * @rep:paraminfo {@rep:required}
5337: * @param x_msg_count API standard: number of error messages
5338: * @rep:paraminfo {@rep:required}
5339: * @param x_msg_data API standard: error message
5340: * @rep:paraminfo {@rep:required}
5341: * @rep:scope public
5342: * @rep:lifecycle active
5343: * @rep:displayname Update Mapping

Line 5369: * @param p_api_version API standard: version number

5365:
5366: /*#
5367: * This API is used to create a mapping between a workplan task and a financial task for a project
5368: * having split-mapped structure sharing between workplan and financial structures.
5369: * @param p_api_version API standard: version number
5370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5371: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5372: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5373: * @param px_mapped_task_id The unique identifier of the financial task in Oracle Projects

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

5366: /*#
5367: * This API is used to create a mapping between a workplan task and a financial task for a project
5368: * having split-mapped structure sharing between workplan and financial structures.
5369: * @param p_api_version API standard: version number
5370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5371: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5372: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5373: * @param px_mapped_task_id The unique identifier of the financial task in Oracle Projects
5374: * @param p_mapped_task_reference The reference code that uniquely identifies the financial task in the external system

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

5367: * This API is used to create a mapping between a workplan task and a financial task for a project
5368: * having split-mapped structure sharing between workplan and financial structures.
5369: * @param p_api_version API standard: version number
5370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5371: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5372: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5373: * @param px_mapped_task_id The unique identifier of the financial task in Oracle Projects
5374: * @param p_mapped_task_reference The reference code that uniquely identifies the financial task in the external system
5375: * @param p_mapped_task_name Name of the mapped financial Task

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

5378: * @param p_wkp_structure_version_id The unique identifier of the workplan structure version in Oracle Projects
5379: * @param p_wkp_task_reference The reference code that uniquely identifies the workplan task in the external system
5380: * @param p_project_id The unique identifier of the project in Oracle Projects
5381: * @param p_proj_source_reference The reference code that uniquely identifies the project in the external system
5382: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5383: * @rep:paraminfo {@rep:required}
5384: * @param x_msg_count API standard: number of error messages
5385: * @rep:paraminfo {@rep:required}
5386: * @param x_msg_data API standard: error message

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

5380: * @param p_project_id The unique identifier of the project in Oracle Projects
5381: * @param p_proj_source_reference The reference code that uniquely identifies the project in the external system
5382: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5383: * @rep:paraminfo {@rep:required}
5384: * @param x_msg_count API standard: number of error messages
5385: * @rep:paraminfo {@rep:required}
5386: * @param x_msg_data API standard: error message
5387: * @rep:paraminfo {@rep:required}
5388: * @rep:scope public

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

5382: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5383: * @rep:paraminfo {@rep:required}
5384: * @param x_msg_count API standard: number of error messages
5385: * @rep:paraminfo {@rep:required}
5386: * @param x_msg_data API standard: error message
5387: * @rep:paraminfo {@rep:required}
5388: * @rep:scope public
5389: * @rep:lifecycle active
5390: * @rep:displayname Create Mapping

Line 5429: * @param p_api_version API standard: version number

5425:
5426: /*#
5427: * This API is used to delete an existing mapping between a workplan task and a financial task for a project
5428: * having split-mapped structure sharing between workplan and financial structures.
5429: * @param p_api_version API standard: version number
5430: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5431: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5432: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5433: * @param p_wp_task_version_id The unique identifier of a workplan task version in Oracle Projects

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

5426: /*#
5427: * This API is used to delete an existing mapping between a workplan task and a financial task for a project
5428: * having split-mapped structure sharing between workplan and financial structures.
5429: * @param p_api_version API standard: version number
5430: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5431: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5432: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5433: * @param p_wp_task_version_id The unique identifier of a workplan task version in Oracle Projects
5434: * @param p_fp_task_version_id The unique identifier of the financial task version in Oracle Projects

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

5427: * This API is used to delete an existing mapping between a workplan task and a financial task for a project
5428: * having split-mapped structure sharing between workplan and financial structures.
5429: * @param p_api_version API standard: version number
5430: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5431: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5432: * @param p_debug_mode Indicates to the system whether to display debug messages (default = N)
5433: * @param p_wp_task_version_id The unique identifier of a workplan task version in Oracle Projects
5434: * @param p_fp_task_version_id The unique identifier of the financial task version in Oracle Projects
5435: * @param p_wp_task_id The unique identifier of the workplan task in Oracle Projects

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

5438: * @param p_pm_fp_task_reference The reference code that uniquely identifies the financial task in the external system
5439: * @param p_wp_structure_version_id The unique identifier of the workplan structure version in Oracle Projects
5440: * @param p_project_id The unique identifier of the project in Oracle Projects
5441: * @param p_proj_source_reference The reference code that uniquely identifies the project in the external system
5442: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5443: * @rep:paraminfo {@rep:required}
5444: * @param x_msg_count API standard: number of error messages
5445: * @rep:paraminfo {@rep:required}
5446: * @param x_msg_data API standard: error message

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

5440: * @param p_project_id The unique identifier of the project in Oracle Projects
5441: * @param p_proj_source_reference The reference code that uniquely identifies the project in the external system
5442: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5443: * @rep:paraminfo {@rep:required}
5444: * @param x_msg_count API standard: number of error messages
5445: * @rep:paraminfo {@rep:required}
5446: * @param x_msg_data API standard: error message
5447: * @rep:paraminfo {@rep:required}
5448: * @rep:scope public

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

5442: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5443: * @rep:paraminfo {@rep:required}
5444: * @param x_msg_count API standard: number of error messages
5445: * @rep:paraminfo {@rep:required}
5446: * @param x_msg_data API standard: error message
5447: * @rep:paraminfo {@rep:required}
5448: * @rep:scope public
5449: * @rep:lifecycle active
5450: * @rep:displayname Delete Mapping

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

5474:
5475: -- added by hsiu
5476: /*#
5477: * This procedure is used to create an intra-project dependency.
5478: * @param p_api_version_number API standard: version number
5479: * @rep:paraminfo {@rep:required}
5480: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5481: * @rep:paraminfo {@rep:precision 1}
5482: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

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

5476: /*#
5477: * This procedure is used to create an intra-project dependency.
5478: * @param p_api_version_number API standard: version number
5479: * @rep:paraminfo {@rep:required}
5480: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5481: * @rep:paraminfo {@rep:precision 1}
5482: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5483: * @rep:paraminfo {@rep:precision 1}
5484: * @param p_msg_count API standard: number of error messages

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

5478: * @param p_api_version_number API standard: version number
5479: * @rep:paraminfo {@rep:required}
5480: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5481: * @rep:paraminfo {@rep:precision 1}
5482: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5483: * @rep:paraminfo {@rep:precision 1}
5484: * @param p_msg_count API standard: number of error messages
5485: * @rep:paraminfo {@rep:required}
5486: * @param p_msg_data API standard: error message

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

5480: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5481: * @rep:paraminfo {@rep:precision 1}
5482: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5483: * @rep:paraminfo {@rep:precision 1}
5484: * @param p_msg_count API standard: number of error messages
5485: * @rep:paraminfo {@rep:required}
5486: * @param p_msg_data API standard: error message
5487: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5488: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

5482: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5483: * @rep:paraminfo {@rep:precision 1}
5484: * @param p_msg_count API standard: number of error messages
5485: * @rep:paraminfo {@rep:required}
5486: * @param p_msg_data API standard: error message
5487: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5488: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5489: * @rep:paraminfo {@rep:precision 1}
5490: * @param p_pm_product_code The identifier of the external project management system

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

5484: * @param p_msg_count API standard: number of error messages
5485: * @rep:paraminfo {@rep:required}
5486: * @param p_msg_data API standard: error message
5487: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5488: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5489: * @rep:paraminfo {@rep:precision 1}
5490: * @param p_pm_product_code The identifier of the external project management system
5491: * from which the project is imported
5492: * @rep:paraminfo {@rep:required}

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

5538: );
5539:
5540: /*#
5541: * This procedure is used to update an intra-project dependency.
5542: * @param p_api_version_number API standard: version number
5543: * @rep:paraminfo {@rep:required}
5544: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5545: * @rep:paraminfo {@rep:precision 1}
5546: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

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

5540: /*#
5541: * This procedure is used to update an intra-project dependency.
5542: * @param p_api_version_number API standard: version number
5543: * @rep:paraminfo {@rep:required}
5544: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5545: * @rep:paraminfo {@rep:precision 1}
5546: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5547: * @rep:paraminfo {@rep:precision 1}
5548: * @param p_msg_count API standard: number of error messages

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

5542: * @param p_api_version_number API standard: version number
5543: * @rep:paraminfo {@rep:required}
5544: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5545: * @rep:paraminfo {@rep:precision 1}
5546: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5547: * @rep:paraminfo {@rep:precision 1}
5548: * @param p_msg_count API standard: number of error messages
5549: * @rep:paraminfo {@rep:required}
5550: * @param p_msg_data API standard: error message

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

5544: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5545: * @rep:paraminfo {@rep:precision 1}
5546: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5547: * @rep:paraminfo {@rep:precision 1}
5548: * @param p_msg_count API standard: number of error messages
5549: * @rep:paraminfo {@rep:required}
5550: * @param p_msg_data API standard: error message
5551: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5552: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

5546: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5547: * @rep:paraminfo {@rep:precision 1}
5548: * @param p_msg_count API standard: number of error messages
5549: * @rep:paraminfo {@rep:required}
5550: * @param p_msg_data API standard: error message
5551: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5552: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5553: * @rep:paraminfo {@rep:precision 1}
5554: * @param p_pm_product_code The identifier of the external project management system

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

5548: * @param p_msg_count API standard: number of error messages
5549: * @rep:paraminfo {@rep:required}
5550: * @param p_msg_data API standard: error message
5551: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5552: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5553: * @rep:paraminfo {@rep:precision 1}
5554: * @param p_pm_product_code The identifier of the external project management system
5555: * from which the project is imported
5556: * @rep:paraminfo {@rep:required}

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

5603: );
5604:
5605: /*#
5606: * This procedure is used to delete an intra-project dependency.
5607: * @param p_api_version_number API standard: version number
5608: * @rep:paraminfo {@rep:required}
5609: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5610: * @rep:paraminfo {@rep:precision 1}
5611: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

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

5605: /*#
5606: * This procedure is used to delete an intra-project dependency.
5607: * @param p_api_version_number API standard: version number
5608: * @rep:paraminfo {@rep:required}
5609: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5610: * @rep:paraminfo {@rep:precision 1}
5611: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5612: * @rep:paraminfo {@rep:precision 1}
5613: * @param p_msg_count API standard: number of error messages

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

5607: * @param p_api_version_number API standard: version number
5608: * @rep:paraminfo {@rep:required}
5609: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5610: * @rep:paraminfo {@rep:precision 1}
5611: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5612: * @rep:paraminfo {@rep:precision 1}
5613: * @param p_msg_count API standard: number of error messages
5614: * @rep:paraminfo {@rep:required}
5615: * @param p_msg_data API standard: error message

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

5609: * @param p_commit API standard (default = F): indicates if the transaction will be committed
5610: * @rep:paraminfo {@rep:precision 1}
5611: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5612: * @rep:paraminfo {@rep:precision 1}
5613: * @param p_msg_count API standard: number of error messages
5614: * @rep:paraminfo {@rep:required}
5615: * @param p_msg_data API standard: error message
5616: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5617: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

5611: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5612: * @rep:paraminfo {@rep:precision 1}
5613: * @param p_msg_count API standard: number of error messages
5614: * @rep:paraminfo {@rep:required}
5615: * @param p_msg_data API standard: error message
5616: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5617: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5618: * @rep:paraminfo {@rep:precision 1}
5619: * @param p_pm_product_code The identifier of the external project management system

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

5613: * @param p_msg_count API standard: number of error messages
5614: * @rep:paraminfo {@rep:required}
5615: * @param p_msg_data API standard: error message
5616: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5617: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5618: * @rep:paraminfo {@rep:precision 1}
5619: * @param p_pm_product_code The identifier of the external project management system
5620: * from which the project is imported
5621: * @rep:paraminfo {@rep:required}

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

5668: * integrated. Tasks are deleted immediately in Oracle Projects
5669: * if no published version exists, and are marked for deletion or cancelled when the
5670: * working workplan version is published in Oracle Projects. This procedure prevents
5671: * tasks from being deleted if they have transactions.
5672: * @param p_api_version_number API standard: version number
5673: * @rep:paraminfo {@rep:required}
5674: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5675: * @rep:paraminfo {@rep:precision 1}
5676: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)

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

5670: * working workplan version is published in Oracle Projects. This procedure prevents
5671: * tasks from being deleted if they have transactions.
5672: * @param p_api_version_number API standard: version number
5673: * @rep:paraminfo {@rep:required}
5674: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5675: * @rep:paraminfo {@rep:precision 1}
5676: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5677: * @rep:paraminfo {@rep:precision 1}
5678: * @param p_msg_count API standard: number of error messages

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

5672: * @param p_api_version_number API standard: version number
5673: * @rep:paraminfo {@rep:required}
5674: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5675: * @rep:paraminfo {@rep:precision 1}
5676: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5677: * @rep:paraminfo {@rep:precision 1}
5678: * @param p_msg_count API standard: number of error messages
5679: * @rep:paraminfo {@rep:required}
5680: * @param p_msg_data API standard: error message

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

5674: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
5675: * @rep:paraminfo {@rep:precision 1}
5676: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5677: * @rep:paraminfo {@rep:precision 1}
5678: * @param p_msg_count API standard: number of error messages
5679: * @rep:paraminfo {@rep:required}
5680: * @param p_msg_data API standard: error message
5681: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5682: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects

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

5676: * @param p_return_status API standard: return status of the API (success/failure/unexpected error)
5677: * @rep:paraminfo {@rep:precision 1}
5678: * @param p_msg_count API standard: number of error messages
5679: * @rep:paraminfo {@rep:required}
5680: * @param p_msg_data API standard: error message
5681: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5682: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects
5683: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system
5684: * @param p_task_id The reference code that uniquely identifies the task in a project in Oracle Projects

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

5729: * Oracle Projects and displays the tasks in an integrated external system such as
5730: * Microsoft Project.
5731: * @param x_deleted_task_ids The list of tasks that were previously marked for deletion and
5732: * have now been deleted from the workplan structure
5733: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5734: * @rep:paraminfo {@rep:precision 1}
5735: * @param x_msg_count API standard: number of error messages
5736: * @rep:paraminfo {@rep:required}
5737: * @param x_msg_data API standard: error message

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

5731: * @param x_deleted_task_ids The list of tasks that were previously marked for deletion and
5732: * have now been deleted from the workplan structure
5733: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5734: * @rep:paraminfo {@rep:precision 1}
5735: * @param x_msg_count API standard: number of error messages
5736: * @rep:paraminfo {@rep:required}
5737: * @param x_msg_data API standard: error message
5738: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5739: * @rep:scope public

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

5733: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
5734: * @rep:paraminfo {@rep:precision 1}
5735: * @param x_msg_count API standard: number of error messages
5736: * @rep:paraminfo {@rep:required}
5737: * @param x_msg_data API standard: error message
5738: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
5739: * @rep:scope public
5740: * @rep:lifecycle active
5741: * @rep:displayname Delete Tasks from Oracle Projects