DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on STANDARD

Line 708: -- Standard begin of API savepoint

704:
705:
706: BEGIN
707:
708: -- Standard begin of API savepoint
709:
710: SAVEPOINT create_project_pub;
711:
712: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

Line 713: -- Standard call to check for call compatibility.

709:
710: SAVEPOINT create_project_pub;
711:
712: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
713: -- Standard call to check for call compatibility.
714:
715:
716: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
717: p_api_version_number ,

Line 5933: -- Standard begin of API savepoint

5929: t_adj_on_std_inv varchar2(2);
5930:
5931: BEGIN
5932:
5933: -- Standard begin of API savepoint
5934:
5935: SAVEPOINT add_task_pub;
5936:
5937: -- Standard call to check for call compatibility.

Line 5937: -- Standard call to check for call compatibility.

5933: -- Standard begin of API savepoint
5934:
5935: SAVEPOINT add_task_pub;
5936:
5937: -- Standard call to check for call compatibility.
5938:
5939: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5940: p_api_version_number ,
5941: l_api_name ,

Line 8243: -- Standard begin of API savepoint

8239:
8240:
8241: BEGIN
8242:
8243: -- Standard begin of API savepoint
8244:
8245: SAVEPOINT load_project_pub;
8246:
8247: -- Standard call to check for call compatibility.

Line 8247: -- Standard call to check for call compatibility.

8243: -- Standard begin of API savepoint
8244:
8245: SAVEPOINT load_project_pub;
8246:
8247: -- Standard call to check for call compatibility.
8248:
8249: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8250: p_api_version_number ,
8251: l_api_name ,

Line 8510: -- Standard begin of API savepoint

8506:
8507:
8508: BEGIN
8509:
8510: -- Standard begin of API savepoint
8511:
8512: SAVEPOINT load_key_member_pub;
8513:
8514: -- Standard call to check for call compatibility.

Line 8514: -- Standard call to check for call compatibility.

8510: -- Standard begin of API savepoint
8511:
8512: SAVEPOINT load_key_member_pub;
8513:
8514: -- Standard call to check for call compatibility.
8515:
8516: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8517: p_api_version_number ,
8518: l_api_name ,

Line 8623: -- Standard begin of API savepoint

8619:
8620:
8621: BEGIN
8622:
8623: -- Standard begin of API savepoint
8624:
8625: SAVEPOINT load_org_role_pub;
8626:
8627: -- Standard call to check for call compatibility.

Line 8627: -- Standard call to check for call compatibility.

8623: -- Standard begin of API savepoint
8624:
8625: SAVEPOINT load_org_role_pub;
8626:
8627: -- Standard call to check for call compatibility.
8628:
8629: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8630: p_api_version_number ,
8631: l_api_name ,

Line 8737: -- Standard begin of API savepoint

8733: l_new_class_code VARCHAR2(30); -- Added for Bug 7028230
8734:
8735: BEGIN
8736:
8737: -- Standard begin of API savepoint
8738:
8739: SAVEPOINT load_class_category_pub;
8740:
8741: -- Standard call to check for call compatibility.

Line 8741: -- Standard call to check for call compatibility.

8737: -- Standard begin of API savepoint
8738:
8739: SAVEPOINT load_class_category_pub;
8740:
8741: -- Standard call to check for call compatibility.
8742:
8743: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8744: p_api_version_number ,
8745: l_api_name ,

Line 9023: -- Standard begin of API savepoint

9019:
9020:
9021: BEGIN
9022:
9023: -- Standard begin of API savepoint
9024:
9025: SAVEPOINT load_task_pub;
9026:
9027: -- Standard call to check for call compatibility.

Line 9027: -- Standard call to check for call compatibility.

9023: -- Standard begin of API savepoint
9024:
9025: SAVEPOINT load_task_pub;
9026:
9027: -- Standard call to check for call compatibility.
9028:
9029: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
9030: p_api_version_number ,
9031: l_api_name ,

Line 9359: -- Standard begin of API savepoint

9355: l_err_stage VARCHAR2(120);
9356:
9357: BEGIN
9358:
9359: -- Standard begin of API savepoint
9360:
9361: SAVEPOINT execute_create_project_pub;
9362:
9363: -- Standard call to check for call compatibility.

Line 9363: -- Standard call to check for call compatibility.

9359: -- Standard begin of API savepoint
9360:
9361: SAVEPOINT execute_create_project_pub;
9362:
9363: -- Standard call to check for call compatibility.
9364:
9365: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
9366: p_api_version_number ,
9367: l_api_name ,

Line 9539: -- Standard begin of API savepoint

9535: i NUMBER;
9536:
9537: BEGIN
9538:
9539: -- Standard begin of API savepoint
9540:
9541: SAVEPOINT fetch_task_pub;
9542:
9543: -- Standard call to check for call compatibility.

Line 9543: -- Standard call to check for call compatibility.

9539: -- Standard begin of API savepoint
9540:
9541: SAVEPOINT fetch_task_pub;
9542:
9543: -- Standard call to check for call compatibility.
9544:
9545: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
9546: p_api_version_number ,
9547: l_api_name ,

Line 10909: -- Standard call to check for call compatibility.

10905: G_OP_VALIDATE_FLAG := p_op_validate_flag ;
10906: G_TASK_STR_UPDATE_MODE := p_update_mode ; -- DHI ER , rtarway BUG 4413568
10907: end if;
10908:
10909: -- Standard call to check for call compatibility.
10910: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
10911: p_api_version_number ,
10912: l_api_name ,
10913: G_PKG_NAME )

Line 24969: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

24965: -- , Convert_Pm_Taskref_To_Id
24966: -- History: 15-AUG-96 Created jwhite
24967: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24968: -- procedure.
24969: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24970: -- 20-NOV-96 Update lwerker Changed handling of error messages
24971: -- 02-DEC-96 Update lwerker Removed Savepoint and Rollbacks
24972:
24973: PROCEDURE Check_Delete_Task_OK

Line 25101: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25097: -- , Convert_Pm_Taskref_To_Id
25098: -- History: 15-AUG-96 Created jwhite
25099: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25100: -- procedure.
25101: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25102: -- 20-NOV-96 Update lwerker Changed handling of error messages
25103: -- 02-DEC-96 Update lwerker Removed Savepoint and Rollbacks
25104: --
25105:

Line 25171: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25167: --
25168: -- History: 15-AUG-96 Created jwhite
25169: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25170: -- procedure.
25171: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25172: -- 20-NOV-96 Update lwerker Added use of cursor and changed handling of error messages
25173: -- 02-DEC-96 Update lwerker Removed Savepoint and Rollbacks
25174: --
25175: PROCEDURE Check_Unique_Task_Reference

Line 25237: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25233: --
25234: -- History: 15-AUG-96 Created jwhite
25235: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25236: -- procedure.
25237: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25238: --
25239: -- 02-DEC-96 Update lwerker Added use of cursor and changed handling of error messages
25240: -- Removed Savepoint and Rollbacks
25241: --

Line 25297: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25293: --
25294: -- History: 15-AUG-96 Created jwhite
25295: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25296: -- procedure.
25297: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25298: -- 02-DEC-96 Update lwerker Changed handling of error messages
25299: -- Removed Savepoint and Rollbacks
25300: --
25301:

Line 25359: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25355: --
25356: -- History: 15-AUG-96 Created jwhite
25357: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25358: -- procedure.
25359: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25360: -- 02-DEC-96 Update lwerker Changed handling of return values.
25361: -- Removed Savepoint and Rollbacks
25362: --
25363: PROCEDURE Check_Change_Parent_OK

Line 25428: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25424: --
25425: -- History: 15-AUG-96 Created jwhite
25426: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25427: -- procedure.
25428: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25429: -- 02-DEC-96 Update lwerker Changed error handling
25430: -- Removed Savepoint and Rollbacks
25431: --
25432:

Line 25490: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25486: --
25487: -- History: 15-AUG-96 Created jwhite
25488: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25489: -- procedure.
25490: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25491: -- 02-DEC-96 Update lwerker Changed handling of return values
25492: -- Removed Savepoint and Rollbacks
25493: --
25494:

Line 25555: -- 26-AUG-96 Update jwhite Applied latest messaging standards.

25551: -- , Convert_Pm_Taskref_To_Id
25552: -- History: 15-AUG-96 Created jwhite
25553: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
25554: -- procedure.
25555: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
25556: -- 02-DEC-96 Update lwerker Changed the way return values are handled
25557: -- Removed Savepoint and Rollbacks
25558:
25559: PROCEDURE Check_Task_Number_Change_Ok

Line 27721: -- Standard begin of API savepoint

27717: l_api_name CONSTANT VARCHAR2(30) := 'Load_Extensible_Attribute';
27718: i NUMBER;
27719:
27720: BEGIN
27721: -- Standard begin of API savepoint
27722:
27723: SAVEPOINT load_extensible_attribute_pub;
27724:
27725: -- Standard call to check for call compatibility.

Line 27725: -- Standard call to check for call compatibility.

27721: -- Standard begin of API savepoint
27722:
27723: SAVEPOINT load_extensible_attribute_pub;
27724:
27725: -- Standard call to check for call compatibility.
27726: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
27727: p_api_version_number ,
27728: l_api_name,
27729: G_PKG_NAME)

Line 28027: -- Standard begin of API savepoint

28023:
28024:
28025: BEGIN
28026:
28027: -- Standard begin of API savepoint
28028:
28029: SAVEPOINT load_structure_pub;
28030:
28031: -- Standard call to check for call compatibility.

Line 28031: -- Standard call to check for call compatibility.

28027: -- Standard begin of API savepoint
28028:
28029: SAVEPOINT load_structure_pub;
28030:
28031: -- Standard call to check for call compatibility.
28032:
28033: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28034: p_api_version_number ,
28035: l_api_name ,

Line 28152: -- Standard begin of API savepoint

28148: BEGIN
28149:
28150: -- Begin fix for Bug # 4314797.
28151:
28152: -- Standard begin of API savepoint
28153: -- Bug 10434606
28154: IF p_commit = FND_API.G_TRUE THEN
28155: SAVEPOINT change_structure_status;
28156: END IF;

Line 28158: -- Standard call to check for call compatibility.

28154: IF p_commit = FND_API.G_TRUE THEN
28155: SAVEPOINT change_structure_status;
28156: END IF;
28157:
28158: -- Standard call to check for call compatibility.
28159:
28160: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28161: p_api_version_number ,
28162: l_api_name ,

Line 28427: -- Standard begin of API savepoint

28423: l_api_name CONSTANT VARCHAR2(30) := 'delete_structure_version';
28424:
28425: BEGIN
28426:
28427: -- Standard begin of API savepoint
28428:
28429: SAVEPOINT delete_structure_ver_pub;
28430:
28431: -- Standard call to check for call compatibility.

Line 28431: -- Standard call to check for call compatibility.

28427: -- Standard begin of API savepoint
28428:
28429: SAVEPOINT delete_structure_ver_pub;
28430:
28431: -- Standard call to check for call compatibility.
28432:
28433: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28434: p_api_version_number ,
28435: l_api_name ,

Line 28537: -- Standard begin of API savepoint

28533: i NUMBER;
28534:
28535: BEGIN
28536:
28537: -- Standard begin of API savepoint
28538:
28539: SAVEPOINT fetch_struc_pub;
28540:
28541: -- Standard call to check for call compatibility.

Line 28541: -- Standard call to check for call compatibility.

28537: -- Standard begin of API savepoint
28538:
28539: SAVEPOINT fetch_struc_pub;
28540:
28541: -- Standard call to check for call compatibility.
28542:
28543: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28544: p_api_version_number ,
28545: l_api_name ,

Line 28658: -- Standard begin of API savepoint

28654: i NUMBER;
28655:
28656: BEGIN
28657:
28658: -- Standard begin of API savepoint
28659:
28660: SAVEPOINT fetch_task_version_pub;
28661:
28662: -- Standard call to check for call compatibility.

Line 28662: -- Standard call to check for call compatibility.

28658: -- Standard begin of API savepoint
28659:
28660: SAVEPOINT fetch_task_version_pub;
28661:
28662: -- Standard call to check for call compatibility.
28663:
28664: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28665: p_api_version_number ,
28666: l_api_name ,

Line 28787: -- Standard begin of API savepoint

28783: i NUMBER;
28784:
28785: BEGIN
28786:
28787: -- Standard begin of API savepoint
28788:
28789: SAVEPOINT get_task_version_pub;
28790:
28791: -- Standard call to check for call compatibility.

Line 28791: -- Standard call to check for call compatibility.

28787: -- Standard begin of API savepoint
28788:
28789: SAVEPOINT get_task_version_pub;
28790:
28791: -- Standard call to check for call compatibility.
28792:
28793: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28794: p_api_version_number ,
28795: l_api_name ,

Line 28825: --The message PA_PS_INV_STR_VER_ID does not have the AMG at the end so I cant use the standard api

28821: --My suggestion was to create a new message but Sakthi asked me use the following
28822: --Since these changes are done at the last moment of PA K around build9. We are hesitant to
28823: --log a new message bug. Sakthi suggested to use an existing message PA_PS_INV_STR_VER_ID
28824: --although it does not convey full message here and we will change it later
28825: --The message PA_PS_INV_STR_VER_ID does not have the AMG at the end so I cant use the standard api
28826: --call for AMG messages i.e,pa_interface_utils_pub.map_new_amg_msg
28827:
28828: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
28829: ,p_msg_name => 'PA_PS_INV_STR_VER_ID');

Line 28915: -- Standard begin of API savepoint

28911:
28912:
28913: BEGIN
28914:
28915: -- Standard begin of API savepoint
28916:
28917: SAVEPOINT get_task_version_pub;
28918:
28919: -- Standard call to check for call compatibility.

Line 28919: -- Standard call to check for call compatibility.

28915: -- Standard begin of API savepoint
28916:
28917: SAVEPOINT get_task_version_pub;
28918:
28919: -- Standard call to check for call compatibility.
28920:
28921: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28922: p_api_version_number ,
28923: l_api_name ,

Line 29070: -- Standard begin of API savepoint.

29066:
29067: l_project_id NUMBER;
29068:
29069: BEGIN
29070: -- Standard begin of API savepoint.
29071:
29072: savepoint APPLY_LP_PROG_ON_CWV;
29073:
29074: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

Line 29076: -- Standard call to check for call compatibility.

29072: savepoint APPLY_LP_PROG_ON_CWV;
29073:
29074: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
29075:
29076: -- Standard call to check for call compatibility.
29077:
29078: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version, p_api_version, l_api_name, g_pkg_name) then
29079:
29080: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 29298: -- Standard begin of API savepoint

29294: l_api_name CONSTANT VARCHAR2(30) := 'load_deliverable';
29295:
29296: BEGIN
29297:
29298: -- Standard begin of API savepoint
29299:
29300: SAVEPOINT load_deliverable_pub;
29301:
29302: -- Standard call to check for call compatibility.

Line 29302: -- Standard call to check for call compatibility.

29298: -- Standard begin of API savepoint
29299:
29300: SAVEPOINT load_deliverable_pub;
29301:
29302: -- Standard call to check for call compatibility.
29303:
29304: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
29305: p_api_version ,
29306: l_api_name ,

Line 29449: -- Standard begin of API savepoint

29445: l_api_name CONSTANT VARCHAR2(30) := 'load_deliverables';
29446:
29447: BEGIN
29448:
29449: -- Standard begin of API savepoint
29450:
29451: SAVEPOINT load_deliverables_pub;
29452:
29453: -- Standard call to check for call compatibility.

Line 29453: -- Standard call to check for call compatibility.

29449: -- Standard begin of API savepoint
29450:
29451: SAVEPOINT load_deliverables_pub;
29452:
29453: -- Standard call to check for call compatibility.
29454:
29455: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
29456: p_api_version ,
29457: l_api_name ,

Line 29642: -- Standard begin of API savepoint

29638: l_api_name CONSTANT VARCHAR2(30) := 'load_actions';
29639:
29640: BEGIN
29641:
29642: -- Standard begin of API savepoint
29643:
29644: SAVEPOINT load_action_pub;
29645:
29646: -- Standard call to check for call compatibility.

Line 29646: -- Standard call to check for call compatibility.

29642: -- Standard begin of API savepoint
29643:
29644: SAVEPOINT load_action_pub;
29645:
29646: -- Standard call to check for call compatibility.
29647:
29648: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
29649: p_api_version ,
29650: l_api_name ,

Line 29885: -- Standard begin of API savepoint

29881: l_return_status VARCHAR2(1) := null;
29882:
29883: BEGIN
29884:
29885: -- Standard begin of API savepoint
29886:
29887: SAVEPOINT load_actions_pub;
29888:
29889: -- Standard call to check for call compatibility.

Line 29889: -- Standard call to check for call compatibility.

29885: -- Standard begin of API savepoint
29886:
29887: SAVEPOINT load_actions_pub;
29888:
29889: -- Standard call to check for call compatibility.
29890:
29891: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
29892: p_api_version ,
29893: l_api_name ,

Line 30795: -- Standard begin of API savepoint

30791: l_fin_task_id NUMBER := NULL;
30792:
30793: BEGIN
30794:
30795: -- Standard begin of API savepoint
30796:
30797: -- 3735792, setting save point unconditionally
30798: -- IF (p_commit = FND_API.G_TRUE) THEN
30799: SAVEPOINT create_deliverable_actions_pub;

Line 30802: -- Standard call to check for call compatibility.

30798: -- IF (p_commit = FND_API.G_TRUE) THEN
30799: SAVEPOINT create_deliverable_actions_pub;
30800: -- END IF;
30801:
30802: -- Standard call to check for call compatibility.
30803: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
30804: p_api_version ,
30805: l_api_name ,
30806: G_PKG_NAME )

Line 31881: -- Standard begin of API savepoint

31877:
31878: i NUMBER := 1;
31879: BEGIN
31880:
31881: -- Standard begin of API savepoint
31882: SAVEPOINT update_deliverable_actions_pub;
31883:
31884: -- Standard call to check for call compatibility.
31885: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

Line 31884: -- Standard call to check for call compatibility.

31880:
31881: -- Standard begin of API savepoint
31882: SAVEPOINT update_deliverable_actions_pub;
31883:
31884: -- Standard call to check for call compatibility.
31885: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
31886: p_api_version ,
31887: l_api_name ,
31888: G_PKG_NAME )

Line 36399: -- Standard begin of API savepoint

36395: l_process_code pa_proj_elem_ver_structure.process_code%TYPE; --Bug# 5973460
36396:
36397: BEGIN
36398:
36399: -- Standard begin of API savepoint
36400:
36401: SAVEPOINT process_structure_updates;
36402:
36403: -- Standard call to check for call compatibility

Line 36403: -- Standard call to check for call compatibility

36399: -- Standard begin of API savepoint
36400:
36401: SAVEPOINT process_structure_updates;
36402:
36403: -- Standard call to check for call compatibility
36404:
36405: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
36406: p_api_version_number ,
36407: l_api_name ,

Line 36858: -- Standard call to check for API compatibility.

36854: if FND_API.TO_BOOLEAN(p_init_msg_list) then
36855: FND_MSG_PUB.initialize;
36856: end if;
36857:
36858: -- Standard call to check for API compatibility.
36859: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
36860: raise FND_API.G_EXC_UNEXPECTED_ERROR;
36861: end if;
36862:

Line 37133: -- Standard call to check for API compatibility.

37129: if FND_API.TO_BOOLEAN(p_init_msg_list) then
37130: FND_MSG_PUB.initialize;
37131: end if;
37132:
37133: -- Standard call to check for API compatibility.
37134: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
37135: raise FND_API.G_EXC_UNEXPECTED_ERROR;
37136: end if;
37137:

Line 37726: -- Standard call to check for API compatibility.

37722: if FND_API.TO_BOOLEAN(p_init_msg_list) then
37723: FND_MSG_PUB.initialize;
37724: end if;
37725:
37726: -- Standard call to check for API compatibility.
37727: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
37728: raise FND_API.G_EXC_UNEXPECTED_ERROR;
37729: end if;
37730:

Line 38292: -- Standard call to check for API compatibility.

38288: if FND_API.TO_BOOLEAN(p_init_msg_list) then
38289: FND_MSG_PUB.initialize;
38290: end if;
38291:
38292: -- Standard call to check for API compatibility.
38293: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
38294: raise FND_API.G_EXC_UNEXPECTED_ERROR;
38295: end if;
38296:

Line 38720: --variables needed for API standard parameters

38716: ,p_op_validate_flag IN VARCHAR2 := 'N'
38717: ,p_update_mode IN VARCHAR2 := 'PA_UPD_WBS_ATTR'
38718: ) IS
38719:
38720: --variables needed for API standard parameters
38721: l_return_status VARCHAR2(1);
38722: l_msg_count NUMBER;
38723: l_msg_data VARCHAR2(2000);
38724:

Line 39033: --variables needed for API standard parameters

39029: ,p_update_mode IN VARCHAR2 := 'PA_UPD_WBS_ATTR'
39030: ,p_tasks_out OUT NOCOPY pa_project_pub.task_out_tbl_type
39031: ) IS
39032:
39033: --variables needed for API standard parameters
39034: l_return_status VARCHAR2(1);
39035: l_msg_count NUMBER;
39036: l_msg_data VARCHAR2(2000);
39037:

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

43251: This api will be used to add multiple cost codes to multiple tasks for a single project.
43252: We need to ensure p_task_cost_code_in is passed with either proj_element_id or element number
43253: and cost_code / cbs_element_id to add the same to corresponding element.
43254: p_structure_type should be either WORKPLAN or FINANCIAL.
43255: * @param p_api_version_number API standard: version number
43256: * @rep:paraminfo {@rep:required}
43257: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43258: * @rep:paraminfo {@rep:precision 1}
43259: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

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

43253: and cost_code / cbs_element_id to add the same to corresponding element.
43254: p_structure_type should be either WORKPLAN or FINANCIAL.
43255: * @param p_api_version_number API standard: version number
43256: * @rep:paraminfo {@rep:required}
43257: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43258: * @rep:paraminfo {@rep:precision 1}
43259: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43260: * @rep:paraminfo {@rep:precision 1}
43261: * @param x_msg_count API standard: number of error messages

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

43255: * @param p_api_version_number API standard: version number
43256: * @rep:paraminfo {@rep:required}
43257: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43258: * @rep:paraminfo {@rep:precision 1}
43259: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43260: * @rep:paraminfo {@rep:precision 1}
43261: * @param x_msg_count API standard: number of error messages
43262: * @rep:paraminfo {@rep:required}
43263: * @param x_msg_data API standard: error message

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

43257: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43258: * @rep:paraminfo {@rep:precision 1}
43259: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43260: * @rep:paraminfo {@rep:precision 1}
43261: * @param x_msg_count API standard: number of error messages
43262: * @rep:paraminfo {@rep:required}
43263: * @param x_msg_data API standard: error message
43264: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
43265: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

43259: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43260: * @rep:paraminfo {@rep:precision 1}
43261: * @param x_msg_count API standard: number of error messages
43262: * @rep:paraminfo {@rep:required}
43263: * @param x_msg_data API standard: error message
43264: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
43265: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
43266: * @rep:paraminfo {@rep:precision 1}
43267: * @param p_pm_product_code The identifier of the external project management system

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

43261: * @param x_msg_count API standard: number of error messages
43262: * @rep:paraminfo {@rep:required}
43263: * @param x_msg_data API standard: error message
43264: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
43265: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
43266: * @rep:paraminfo {@rep:precision 1}
43267: * @param p_pm_product_code The identifier of the external project management system
43268: * from which the project is imported
43269: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system

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

43548: This api will be used to delete multiple cost codes assigned to multiple tasks for a single project.
43549: We need to ensure p_task_cost_code_in is passed with either proj_element_id or element number
43550: and cost_code / cbs_element_id to add the same to corresponding element.
43551: p_structure_type should be either WORKPLAN or FINANCIAL.
43552: * @param p_api_version_number API standard: version number
43553: * @rep:paraminfo {@rep:required}
43554: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43555: * @rep:paraminfo {@rep:precision 1}
43556: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

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

43550: and cost_code / cbs_element_id to add the same to corresponding element.
43551: p_structure_type should be either WORKPLAN or FINANCIAL.
43552: * @param p_api_version_number API standard: version number
43553: * @rep:paraminfo {@rep:required}
43554: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43555: * @rep:paraminfo {@rep:precision 1}
43556: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43557: * @rep:paraminfo {@rep:precision 1}
43558: * @param x_msg_count API standard: number of error messages

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

43552: * @param p_api_version_number API standard: version number
43553: * @rep:paraminfo {@rep:required}
43554: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43555: * @rep:paraminfo {@rep:precision 1}
43556: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43557: * @rep:paraminfo {@rep:precision 1}
43558: * @param x_msg_count API standard: number of error messages
43559: * @rep:paraminfo {@rep:required}
43560: * @param x_msg_data API standard: error message

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

43554: * @param p_commit API standard (default = F): indicates if the transaction will be committed
43555: * @rep:paraminfo {@rep:precision 1}
43556: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43557: * @rep:paraminfo {@rep:precision 1}
43558: * @param x_msg_count API standard: number of error messages
43559: * @rep:paraminfo {@rep:required}
43560: * @param x_msg_data API standard: error message
43561: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
43562: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)

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

43556: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
43557: * @rep:paraminfo {@rep:precision 1}
43558: * @param x_msg_count API standard: number of error messages
43559: * @rep:paraminfo {@rep:required}
43560: * @param x_msg_data API standard: error message
43561: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
43562: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
43563: * @rep:paraminfo {@rep:precision 1}
43564: * @param p_pm_product_code The identifier of the external project management system

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

43558: * @param x_msg_count API standard: number of error messages
43559: * @rep:paraminfo {@rep:required}
43560: * @param x_msg_data API standard: error message
43561: * @rep:paraminfo {@rep:precision 2000} {@rep:required}
43562: * @param x_return_status API standard: return status of the API (success/failure/unexpected error)
43563: * @rep:paraminfo {@rep:precision 1}
43564: * @param p_pm_product_code The identifier of the external project management system
43565: * from which the project is imported
43566: * @param p_pm_project_reference The reference code that uniquely identifies the project in the external system