DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on STANDARD

Line 54: -- Standard who

50: * be saved.
51: * ********************************************************************
52: */
53:
54: -- Standard who
55: g_last_updated_by NUMBER(15) := FND_GLOBAL.USER_ID;
56: g_last_update_date DATE := SYSDATE;
57: g_creation_date DATE := SYSDATE;
58: g_created_by NUMBER(15) := FND_GLOBAL.USER_ID;

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

515: *
516: *************************************************************************************************/
517: /*#
518: * This API is used to create resource lists, corresponding resource formats and resource list members.
519: * @param p_commit API standard (default = F): indicates if the transaction will be committed
520: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
521: * @param p_api_version_number API standard: version number
522: * @rep:paraminfo {@rep:required}
523: * @param p_plan_res_list_rec Record structure that holds the details of the resource list to be created

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

516: *************************************************************************************************/
517: /*#
518: * This API is used to create resource lists, corresponding resource formats and resource list members.
519: * @param p_commit API standard (default = F): indicates if the transaction will be committed
520: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
521: * @param p_api_version_number API standard: version number
522: * @rep:paraminfo {@rep:required}
523: * @param p_plan_res_list_rec Record structure that holds the details of the resource list to be created
524: * @rep:paraminfo {@rep:required}

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

517: /*#
518: * This API is used to create resource lists, corresponding resource formats and resource list members.
519: * @param p_commit API standard (default = F): indicates if the transaction will be committed
520: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
521: * @param p_api_version_number API standard: version number
522: * @rep:paraminfo {@rep:required}
523: * @param p_plan_res_list_rec Record structure that holds the details of the resource list to be created
524: * @rep:paraminfo {@rep:required}
525: * @param x_plan_res_list_rec Resource list identifier values

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

531: * @param p_planning_resource_in_tbl Table of planning resources
532: * @rep:paraminfo {@rep:required}
533: * @param x_planning_resource_out_tbl Table of resource list member identifier
534: * @rep:paraminfo {@rep:required}
535: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
536: * @rep:paraminfo {@rep:precision 1} {@rep:required}
537: * @param x_msg_count API standard: number of error messages
538: * @rep:paraminfo {@rep:required}
539: * @param x_msg_data API standard: error message

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

533: * @param x_planning_resource_out_tbl Table of resource list member identifier
534: * @rep:paraminfo {@rep:required}
535: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
536: * @rep:paraminfo {@rep:precision 1} {@rep:required}
537: * @param x_msg_count API standard: number of error messages
538: * @rep:paraminfo {@rep:required}
539: * @param x_msg_data API standard: error message
540: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
541: * @rep:scope public

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

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

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

621: ***********************************************************************************************/
622: /*#
623: * This API is used to update a resource list, corresponding resource formats and planning resources.
624: * Updation of a resource format is not possible.
625: * @param p_commit API standard (default = F): indicates if the transaction will be committed
626: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
627: * @param p_api_version_number API standard: version number
628: * @rep:paraminfo {@rep:required}
629: * @param p_plan_res_list_rec Record structure for resource list containing attributes to be updated

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

622: /*#
623: * This API is used to update a resource list, corresponding resource formats and planning resources.
624: * Updation of a resource format is not possible.
625: * @param p_commit API standard (default = F): indicates if the transaction will be committed
626: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
627: * @param p_api_version_number API standard: version number
628: * @rep:paraminfo {@rep:required}
629: * @param p_plan_res_list_rec Record structure for resource list containing attributes to be updated
630: * @rep:paraminfo {@rep:required}

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

623: * This API is used to update a resource list, corresponding resource formats and planning resources.
624: * Updation of a resource format is not possible.
625: * @param p_commit API standard (default = F): indicates if the transaction will be committed
626: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
627: * @param p_api_version_number API standard: version number
628: * @rep:paraminfo {@rep:required}
629: * @param p_plan_res_list_rec Record structure for resource list containing attributes to be updated
630: * @rep:paraminfo {@rep:required}
631: * @param x_plan_res_list_rec Resource list identifier values

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

637: * @param p_planning_resource_in_tbl Table of planning resources
638: * @rep:paraminfo {@rep:required}
639: * @param x_planning_resource_out_tbl Table of resource list member identifier
640: * @rep:paraminfo {@rep:required}
641: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
642: * @rep:paraminfo {@rep:precision 1} {@rep:required}
643: * @param x_msg_count API standard: number of error messages
644: * @rep:paraminfo {@rep:required}
645: * @param x_msg_data API standard: error message

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

639: * @param x_planning_resource_out_tbl Table of resource list member identifier
640: * @rep:paraminfo {@rep:required}
641: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
642: * @rep:paraminfo {@rep:precision 1} {@rep:required}
643: * @param x_msg_count API standard: number of error messages
644: * @rep:paraminfo {@rep:required}
645: * @param x_msg_data API standard: error message
646: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
647: * @rep:scope public

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

641: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
642: * @rep:paraminfo {@rep:precision 1} {@rep:required}
643: * @param x_msg_count API standard: number of error messages
644: * @rep:paraminfo {@rep:required}
645: * @param x_msg_data API standard: error message
646: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
647: * @rep:scope public
648: * @rep:lifecycle active
649: * @rep:displayname Update Project Planning Resource List

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

695: * error in this API.
696: *********************************************************************************/
697: /*#
698: * This API is used to delete a planning resource list and its corresponding resource formats and planning resources.
699: * @param p_commit API standard (default = F): indicates if the transaction will be committed
700: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
701: * @param p_api_version_number API standard: version number
702: * @rep:paraminfo {@rep:required}
703: * @param p_res_list_id Resource list identifier

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

696: *********************************************************************************/
697: /*#
698: * This API is used to delete a planning resource list and its corresponding resource formats and planning resources.
699: * @param p_commit API standard (default = F): indicates if the transaction will be committed
700: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
701: * @param p_api_version_number API standard: version number
702: * @rep:paraminfo {@rep:required}
703: * @param p_res_list_id Resource list identifier
704: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

697: /*#
698: * This API is used to delete a planning resource list and its corresponding resource formats and planning resources.
699: * @param p_commit API standard (default = F): indicates if the transaction will be committed
700: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
701: * @param p_api_version_number API standard: version number
702: * @rep:paraminfo {@rep:required}
703: * @param p_res_list_id Resource list identifier
704: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
705: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

700: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
701: * @param p_api_version_number API standard: version number
702: * @rep:paraminfo {@rep:required}
703: * @param p_res_list_id Resource list identifier
704: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
705: * @rep:paraminfo {@rep:precision 1} {@rep:required}
706: * @param x_msg_count API standard: number of error messages
707: * @rep:paraminfo {@rep:required}
708: * @param x_msg_data API standard: error message

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

702: * @rep:paraminfo {@rep:required}
703: * @param p_res_list_id Resource list identifier
704: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
705: * @rep:paraminfo {@rep:precision 1} {@rep:required}
706: * @param x_msg_count API standard: number of error messages
707: * @rep:paraminfo {@rep:required}
708: * @param x_msg_data API standard: error message
709: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
710: * @rep:scope public

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

704: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
705: * @rep:paraminfo {@rep:precision 1} {@rep:required}
706: * @param x_msg_count API standard: number of error messages
707: * @rep:paraminfo {@rep:required}
708: * @param x_msg_data API standard: error message
709: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
710: * @rep:scope public
711: * @rep:lifecycle active
712: * @rep:displayname Delete Project Planning Resource List

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

750: * error in this API.
751: *********************************************************************************************/
752: /*#
753: * This API is used to delete one or more resource formats from a resource list.
754: * @param p_commit API standard (default = F): indicates if the transaction will be committed
755: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
756: * @param p_res_list_id Resource list identifier
757: * @rep:paraminfo {@rep:required}
758: * @param P_Plan_RL_Format_Tbl Table of resource format identifiers to delete from the resource list

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

751: *********************************************************************************************/
752: /*#
753: * This API is used to delete one or more resource formats from a resource list.
754: * @param p_commit API standard (default = F): indicates if the transaction will be committed
755: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
756: * @param p_res_list_id Resource list identifier
757: * @rep:paraminfo {@rep:required}
758: * @param P_Plan_RL_Format_Tbl Table of resource format identifiers to delete from the resource list
759: * @rep:paraminfo {@rep:required}

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

756: * @param p_res_list_id Resource list identifier
757: * @rep:paraminfo {@rep:required}
758: * @param P_Plan_RL_Format_Tbl Table of resource format identifiers to delete from the resource list
759: * @rep:paraminfo {@rep:required}
760: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
761: * @rep:paraminfo {@rep:precision 1} {@rep:required}
762: * @param x_msg_count API standard: number of error messages
763: * @rep:paraminfo {@rep:required}
764: * @param x_msg_data API standard: error message

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

758: * @param P_Plan_RL_Format_Tbl Table of resource format identifiers to delete from the resource list
759: * @rep:paraminfo {@rep:required}
760: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
761: * @rep:paraminfo {@rep:precision 1} {@rep:required}
762: * @param x_msg_count API standard: number of error messages
763: * @rep:paraminfo {@rep:required}
764: * @param x_msg_data API standard: error message
765: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
766: * @rep:scope public

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

760: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
761: * @rep:paraminfo {@rep:precision 1} {@rep:required}
762: * @param x_msg_count API standard: number of error messages
763: * @rep:paraminfo {@rep:required}
764: * @param x_msg_data API standard: error message
765: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
766: * @rep:scope public
767: * @rep:lifecycle active
768: * @rep:displayname Delete Project Planning Resource List Formats

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

904: *
905: **************************************************************************************/
906: /*#
907: * This API is used to load resource list to a global PL/SQL table.
908: * @param p_api_version_number API standard: version number
909: * @rep:paraminfo {@rep:required}
910: * @param p_resource_list_id Resource list identifier
911: * @param p_resource_list_name Resource list name
912: * @rep:paraminfo {@rep:required}

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

919: * @param p_job_group_name Job group name to be used for the resource list
920: * @param p_use_for_wp_flag Flag indicating whether if the resource list will be used for a workplan
921: * @param p_control_flag Flag indicating whether the resource list is centrally controlled or project specific
922: * @param p_record_version_number Record version number
923: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
924: * @rep:paraminfo {@rep:precision 1} {@rep:required}
925: * @rep:scope public
926: * @rep:lifecycle active
927: * @rep:displayname Load Project Planning Resource List

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

968: *
969: *****************************************************************************/
970: /*#
971: * This API is used to load resource formats to a global PL/SQL table.
972: * @param p_api_version_number API standard: version number
973: * @rep:paraminfo {@rep:required}
974: * @param p_res_format_id Resource format identifier
975: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
976: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

971: * This API is used to load resource formats to a global PL/SQL table.
972: * @param p_api_version_number API standard: version number
973: * @rep:paraminfo {@rep:required}
974: * @param p_res_format_id Resource format identifier
975: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
976: * @rep:paraminfo {@rep:precision 1} {@rep:required}
977: * @rep:scope public
978: * @rep:lifecycle active
979: * @rep:displayname Load Project Planning Resource Format

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

1130: *
1131: *****************************************************************************/
1132: /*#
1133: * This API is used to load project planning resource to a global PL/SQL table.
1134: * @param p_api_version_number API standard: version number
1135: * @rep:paraminfo {@rep:required}
1136: * @param p_resource_list_member_id Resource format identifier
1137: * @param p_resource_alias Planning resource alias
1138: * @param p_person_id Identifier of the selected resource if the planning resource is of type NAMED_PERSON

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

1201: * @rep:paraminfo {@rep:required}
1202: * @param p_project_id Project identifier
1203: * @rep:paraminfo {@rep:required}
1204: * @param p_enabled_flag Flag indicating whether the planning resource is enabled
1205: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1206: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1207: * @rep:scope public
1208: * @rep:lifecycle active
1209: * @rep:displayname Load Project Planning Resource

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

1310: *******************************************************************************/
1311: /*#
1312: * This API is used to create resource lists, corresponding resource formats and resource list members using
1313: * the data stored in the global tables.
1314: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1315: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1316: * @param p_api_version_number API standard: version number
1317: * @rep:paraminfo {@rep:required}
1318: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

1311: /*#
1312: * This API is used to create resource lists, corresponding resource formats and resource list members using
1313: * the data stored in the global tables.
1314: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1315: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1316: * @param p_api_version_number API standard: version number
1317: * @rep:paraminfo {@rep:required}
1318: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1319: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

1312: * This API is used to create resource lists, corresponding resource formats and resource list members using
1313: * the data stored in the global tables.
1314: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1315: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1316: * @param p_api_version_number API standard: version number
1317: * @rep:paraminfo {@rep:required}
1318: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1319: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1320: * @param x_msg_count API standard: number of error messages

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

1314: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1315: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1316: * @param p_api_version_number API standard: version number
1317: * @rep:paraminfo {@rep:required}
1318: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1319: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1320: * @param x_msg_count API standard: number of error messages
1321: * @rep:paraminfo {@rep:required}
1322: * @param x_msg_data API standard: error message

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

1316: * @param p_api_version_number API standard: version number
1317: * @rep:paraminfo {@rep:required}
1318: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1319: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1320: * @param x_msg_count API standard: number of error messages
1321: * @rep:paraminfo {@rep:required}
1322: * @param x_msg_data API standard: error message
1323: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1324: * @rep:scope public

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

1318: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1319: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1320: * @param x_msg_count API standard: number of error messages
1321: * @rep:paraminfo {@rep:required}
1322: * @param x_msg_data API standard: error message
1323: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1324: * @rep:scope public
1325: * @rep:lifecycle active
1326: * @rep:displayname Execute Create Project Planning Resource List

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

1365: ********************************************************************************/
1366: /*#
1367: * This API is used to update a resource list, corresponding resource formats and planning resources using
1368: * the data stored in the global tables.
1369: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1371: * @param p_api_version_number API standard: version number
1372: * @rep:paraminfo {@rep:required}
1373: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

1366: /*#
1367: * This API is used to update a resource list, corresponding resource formats and planning resources using
1368: * the data stored in the global tables.
1369: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1371: * @param p_api_version_number API standard: version number
1372: * @rep:paraminfo {@rep:required}
1373: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1374: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

1367: * This API is used to update a resource list, corresponding resource formats and planning resources using
1368: * the data stored in the global tables.
1369: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1371: * @param p_api_version_number API standard: version number
1372: * @rep:paraminfo {@rep:required}
1373: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1374: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1375: * @param x_msg_count API standard: number of error messages

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

1369: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1370: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1371: * @param p_api_version_number API standard: version number
1372: * @rep:paraminfo {@rep:required}
1373: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1374: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1375: * @param x_msg_count API standard: number of error messages
1376: * @rep:paraminfo {@rep:required}
1377: * @param x_msg_data API standard: error message

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

1371: * @param p_api_version_number API standard: version number
1372: * @rep:paraminfo {@rep:required}
1373: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1374: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1375: * @param x_msg_count API standard: number of error messages
1376: * @rep:paraminfo {@rep:required}
1377: * @param x_msg_data API standard: error message
1378: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1379: * @rep:scope public

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

1373: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1374: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1375: * @param x_msg_count API standard: number of error messages
1376: * @rep:paraminfo {@rep:required}
1377: * @param x_msg_data API standard: error message
1378: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1379: * @rep:scope public
1380: * @rep:lifecycle active
1381: * @rep:displayname Execute Update Project Planning Resource List

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

1419: ***********************************************************************************/
1420: /*#
1421: * This API is used to fetch one resource list identifier at a time from the global output structure for
1422: * resource lists.
1423: * @param p_api_version_number API standard: version number
1424: * @rep:paraminfo {@rep:required}
1425: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1426: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1427: * @param x_resource_list_id Resource list identifier

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

1421: * This API is used to fetch one resource list identifier at a time from the global output structure for
1422: * resource lists.
1423: * @param p_api_version_number API standard: version number
1424: * @rep:paraminfo {@rep:required}
1425: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1426: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1427: * @param x_resource_list_id Resource list identifier
1428: * @rep:paraminfo {@rep:required}
1429: * @rep:scope public

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

1467: * created resource list format.
1468: ************************************************************************************/
1469: /*#
1470: * This API is used to fetch planning resource list format identifier from the global output.
1471: * @param p_api_version_number API standard: version number
1472: * @rep:paraminfo {@rep:required}
1473: * @param p_format_index Resource format index
1474: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1475: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

1470: * This API is used to fetch planning resource list format identifier from the global output.
1471: * @param p_api_version_number API standard: version number
1472: * @rep:paraminfo {@rep:required}
1473: * @param p_format_index Resource format index
1474: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1475: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1476: * @param x_plan_rl_format_id Planning resource format identifier
1477: * @rep:paraminfo {@rep:required}
1478: * @rep:scope public

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

1518: * created resource list member.
1519: ***************************************************************************************/
1520: /*#
1521: * This API is used to fetch planning resource list member identifier from the global output.
1522: * @param p_api_version_number API standard: version number
1523: * @rep:paraminfo {@rep:required}
1524: * @param p_member_index Resource list member index
1525: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1526: * @rep:paraminfo {@rep:precision 1} {@rep:required}

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

1521: * This API is used to fetch planning resource list member identifier from the global output.
1522: * @param p_api_version_number API standard: version number
1523: * @rep:paraminfo {@rep:required}
1524: * @param p_member_index Resource list member index
1525: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1526: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1527: * @param x_resource_list_member_id Planning resource list member identifier
1528: * @rep:paraminfo {@rep:required}
1529: * @rep:scope public

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

1549: * This API is used to delete a project planning resource that is not in use or disable a planning resource
1550: * that is in use.
1551: * @param p_resource_list_member_id Table of planning resource identifiers
1552: * @rep:paraminfo {@rep:required}
1553: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1554: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1555: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1556: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1557: * @param x_msg_count API standard: number of error messages

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

1550: * that is in use.
1551: * @param p_resource_list_member_id Table of planning resource identifiers
1552: * @rep:paraminfo {@rep:required}
1553: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1554: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1555: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1556: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1557: * @param x_msg_count API standard: number of error messages
1558: * @rep:paraminfo {@rep:required}

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

1551: * @param p_resource_list_member_id Table of planning resource identifiers
1552: * @rep:paraminfo {@rep:required}
1553: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1554: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1555: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1556: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1557: * @param x_msg_count API standard: number of error messages
1558: * @rep:paraminfo {@rep:required}
1559: * @param x_error_msg_data API standard: error message

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

1553: * @param p_commit API standard (default = F): indicates if the transaction will be committed
1554: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
1555: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1556: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1557: * @param x_msg_count API standard: number of error messages
1558: * @rep:paraminfo {@rep:required}
1559: * @param x_error_msg_data API standard: error message
1560: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1561: * @rep:scope public

Line 1559: * @param x_error_msg_data API standard: error message

1555: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
1556: * @rep:paraminfo {@rep:precision 1} {@rep:required}
1557: * @param x_msg_count API standard: number of error messages
1558: * @rep:paraminfo {@rep:required}
1559: * @param x_error_msg_data API standard: error message
1560: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
1561: * @rep:scope public
1562: * @rep:lifecycle active
1563: * @rep:displayname Delete Project Planning Resource