DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on STANDARD

Line 670: -- Standard begin of API savepoint

666: /*Added for bug 7830143*/
667:
668: BEGIN
669:
670: -- Standard begin of API savepoint
671:
672: SAVEPOINT create_project_pub;
673:
674: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

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

671:
672: SAVEPOINT create_project_pub;
673:
674: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
675: -- Standard call to check for call compatibility.
676:
677:
678: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
679: p_api_version_number ,

Line 5770: -- Standard begin of API savepoint

5766: l_shared VARCHAR(1) := 'N';
5767:
5768: BEGIN
5769:
5770: -- Standard begin of API savepoint
5771:
5772: SAVEPOINT add_task_pub;
5773:
5774: -- Standard call to check for call compatibility.

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

5770: -- Standard begin of API savepoint
5771:
5772: SAVEPOINT add_task_pub;
5773:
5774: -- Standard call to check for call compatibility.
5775:
5776: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5777: p_api_version_number ,
5778: l_api_name ,

Line 7997: -- Standard begin of API savepoint

7993:
7994:
7995: BEGIN
7996:
7997: -- Standard begin of API savepoint
7998:
7999: SAVEPOINT load_project_pub;
8000:
8001: -- Standard call to check for call compatibility.

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

7997: -- Standard begin of API savepoint
7998:
7999: SAVEPOINT load_project_pub;
8000:
8001: -- Standard call to check for call compatibility.
8002:
8003: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8004: p_api_version_number ,
8005: l_api_name ,

Line 8260: -- Standard begin of API savepoint

8256:
8257:
8258: BEGIN
8259:
8260: -- Standard begin of API savepoint
8261:
8262: SAVEPOINT load_key_member_pub;
8263:
8264: -- Standard call to check for call compatibility.

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

8260: -- Standard begin of API savepoint
8261:
8262: SAVEPOINT load_key_member_pub;
8263:
8264: -- Standard call to check for call compatibility.
8265:
8266: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8267: p_api_version_number ,
8268: l_api_name ,

Line 8373: -- Standard begin of API savepoint

8369:
8370:
8371: BEGIN
8372:
8373: -- Standard begin of API savepoint
8374:
8375: SAVEPOINT load_org_role_pub;
8376:
8377: -- Standard call to check for call compatibility.

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

8373: -- Standard begin of API savepoint
8374:
8375: SAVEPOINT load_org_role_pub;
8376:
8377: -- Standard call to check for call compatibility.
8378:
8379: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8380: p_api_version_number ,
8381: l_api_name ,

Line 8487: -- Standard begin of API savepoint

8483: l_new_class_code VARCHAR2(30); -- Added for Bug 7028230
8484:
8485: BEGIN
8486:
8487: -- Standard begin of API savepoint
8488:
8489: SAVEPOINT load_class_category_pub;
8490:
8491: -- Standard call to check for call compatibility.

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

8487: -- Standard begin of API savepoint
8488:
8489: SAVEPOINT load_class_category_pub;
8490:
8491: -- Standard call to check for call compatibility.
8492:
8493: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8494: p_api_version_number ,
8495: l_api_name ,

Line 8772: -- Standard begin of API savepoint

8768:
8769:
8770: BEGIN
8771:
8772: -- Standard begin of API savepoint
8773:
8774: SAVEPOINT load_task_pub;
8775:
8776: -- Standard call to check for call compatibility.

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

8772: -- Standard begin of API savepoint
8773:
8774: SAVEPOINT load_task_pub;
8775:
8776: -- Standard call to check for call compatibility.
8777:
8778: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
8779: p_api_version_number ,
8780: l_api_name ,

Line 9107: -- Standard begin of API savepoint

9103: l_err_stage VARCHAR2(120);
9104:
9105: BEGIN
9106:
9107: -- Standard begin of API savepoint
9108:
9109: SAVEPOINT execute_create_project_pub;
9110:
9111: -- Standard call to check for call compatibility.

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

9107: -- Standard begin of API savepoint
9108:
9109: SAVEPOINT execute_create_project_pub;
9110:
9111: -- Standard call to check for call compatibility.
9112:
9113: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
9114: p_api_version_number ,
9115: l_api_name ,

Line 9287: -- Standard begin of API savepoint

9283: i NUMBER;
9284:
9285: BEGIN
9286:
9287: -- Standard begin of API savepoint
9288:
9289: SAVEPOINT fetch_task_pub;
9290:
9291: -- Standard call to check for call compatibility.

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

9287: -- Standard begin of API savepoint
9288:
9289: SAVEPOINT fetch_task_pub;
9290:
9291: -- Standard call to check for call compatibility.
9292:
9293: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
9294: p_api_version_number ,
9295: l_api_name ,

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

10615: G_OP_VALIDATE_FLAG := p_op_validate_flag ;
10616: G_TASK_STR_UPDATE_MODE := p_update_mode ; -- DHI ER , rtarway BUG 4413568
10617: end if;
10618:
10619: -- Standard call to check for call compatibility.
10620: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
10621: p_api_version_number ,
10622: l_api_name ,
10623: G_PKG_NAME )

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

24350: -- , Convert_Pm_Taskref_To_Id
24351: -- History: 15-AUG-96 Created jwhite
24352: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24353: -- procedure.
24354: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24355: -- 20-NOV-96 Update lwerker Changed handling of error messages
24356: -- 02-DEC-96 Update lwerker Removed Savepoint and Rollbacks
24357:
24358: PROCEDURE Check_Delete_Task_OK

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

24482: -- , Convert_Pm_Taskref_To_Id
24483: -- History: 15-AUG-96 Created jwhite
24484: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24485: -- procedure.
24486: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24487: -- 20-NOV-96 Update lwerker Changed handling of error messages
24488: -- 02-DEC-96 Update lwerker Removed Savepoint and Rollbacks
24489: --
24490:

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

24552: --
24553: -- History: 15-AUG-96 Created jwhite
24554: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24555: -- procedure.
24556: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24557: -- 20-NOV-96 Update lwerker Added use of cursor and changed handling of error messages
24558: -- 02-DEC-96 Update lwerker Removed Savepoint and Rollbacks
24559: --
24560: PROCEDURE Check_Unique_Task_Reference

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

24618: --
24619: -- History: 15-AUG-96 Created jwhite
24620: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24621: -- procedure.
24622: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24623: --
24624: -- 02-DEC-96 Update lwerker Added use of cursor and changed handling of error messages
24625: -- Removed Savepoint and Rollbacks
24626: --

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

24678: --
24679: -- History: 15-AUG-96 Created jwhite
24680: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24681: -- procedure.
24682: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24683: -- 02-DEC-96 Update lwerker Changed handling of error messages
24684: -- Removed Savepoint and Rollbacks
24685: --
24686:

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

24740: --
24741: -- History: 15-AUG-96 Created jwhite
24742: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24743: -- procedure.
24744: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24745: -- 02-DEC-96 Update lwerker Changed handling of return values.
24746: -- Removed Savepoint and Rollbacks
24747: --
24748: PROCEDURE Check_Change_Parent_OK

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

24809: --
24810: -- History: 15-AUG-96 Created jwhite
24811: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24812: -- procedure.
24813: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24814: -- 02-DEC-96 Update lwerker Changed error handling
24815: -- Removed Savepoint and Rollbacks
24816: --
24817:

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

24871: --
24872: -- History: 15-AUG-96 Created jwhite
24873: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24874: -- procedure.
24875: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24876: -- 02-DEC-96 Update lwerker Changed handling of return values
24877: -- Removed Savepoint and Rollbacks
24878: --
24879:

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

24936: -- , Convert_Pm_Taskref_To_Id
24937: -- History: 15-AUG-96 Created jwhite
24938: -- 23-AUG-96 Update jwhite replaced local convert procedure with library
24939: -- procedure.
24940: -- 26-AUG-96 Update jwhite Applied latest messaging standards.
24941: -- 02-DEC-96 Update lwerker Changed the way return values are handled
24942: -- Removed Savepoint and Rollbacks
24943:
24944: PROCEDURE Check_Task_Number_Change_Ok

Line 27106: -- Standard begin of API savepoint

27102: l_api_name CONSTANT VARCHAR2(30) := 'Load_Extensible_Attribute';
27103: i NUMBER;
27104:
27105: BEGIN
27106: -- Standard begin of API savepoint
27107:
27108: SAVEPOINT load_extensible_attribute_pub;
27109:
27110: -- Standard call to check for call compatibility.

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

27106: -- Standard begin of API savepoint
27107:
27108: SAVEPOINT load_extensible_attribute_pub;
27109:
27110: -- Standard call to check for call compatibility.
27111: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
27112: p_api_version_number ,
27113: l_api_name,
27114: G_PKG_NAME)

Line 27412: -- Standard begin of API savepoint

27408:
27409:
27410: BEGIN
27411:
27412: -- Standard begin of API savepoint
27413:
27414: SAVEPOINT load_structure_pub;
27415:
27416: -- Standard call to check for call compatibility.

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

27412: -- Standard begin of API savepoint
27413:
27414: SAVEPOINT load_structure_pub;
27415:
27416: -- Standard call to check for call compatibility.
27417:
27418: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
27419: p_api_version_number ,
27420: l_api_name ,

Line 27537: -- Standard begin of API savepoint

27533: BEGIN
27534:
27535: -- Begin fix for Bug # 4314797.
27536:
27537: -- Standard begin of API savepoint
27538:
27539: SAVEPOINT change_structure_status;
27540:
27541: -- Standard call to check for call compatibility.

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

27537: -- Standard begin of API savepoint
27538:
27539: SAVEPOINT change_structure_status;
27540:
27541: -- Standard call to check for call compatibility.
27542:
27543: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
27544: p_api_version_number ,
27545: l_api_name ,

Line 27802: -- Standard begin of API savepoint

27798: l_api_name CONSTANT VARCHAR2(30) := 'delete_structure_version';
27799:
27800: BEGIN
27801:
27802: -- Standard begin of API savepoint
27803:
27804: SAVEPOINT delete_structure_ver_pub;
27805:
27806: -- Standard call to check for call compatibility.

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

27802: -- Standard begin of API savepoint
27803:
27804: SAVEPOINT delete_structure_ver_pub;
27805:
27806: -- Standard call to check for call compatibility.
27807:
27808: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
27809: p_api_version_number ,
27810: l_api_name ,

Line 27912: -- Standard begin of API savepoint

27908: i NUMBER;
27909:
27910: BEGIN
27911:
27912: -- Standard begin of API savepoint
27913:
27914: SAVEPOINT fetch_struc_pub;
27915:
27916: -- Standard call to check for call compatibility.

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

27912: -- Standard begin of API savepoint
27913:
27914: SAVEPOINT fetch_struc_pub;
27915:
27916: -- Standard call to check for call compatibility.
27917:
27918: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
27919: p_api_version_number ,
27920: l_api_name ,

Line 28033: -- Standard begin of API savepoint

28029: i NUMBER;
28030:
28031: BEGIN
28032:
28033: -- Standard begin of API savepoint
28034:
28035: SAVEPOINT fetch_task_version_pub;
28036:
28037: -- Standard call to check for call compatibility.

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

28033: -- Standard begin of API savepoint
28034:
28035: SAVEPOINT fetch_task_version_pub;
28036:
28037: -- Standard call to check for call compatibility.
28038:
28039: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28040: p_api_version_number ,
28041: l_api_name ,

Line 28162: -- Standard begin of API savepoint

28158: i NUMBER;
28159:
28160: BEGIN
28161:
28162: -- Standard begin of API savepoint
28163:
28164: SAVEPOINT get_task_version_pub;
28165:
28166: -- Standard call to check for call compatibility.

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

28162: -- Standard begin of API savepoint
28163:
28164: SAVEPOINT get_task_version_pub;
28165:
28166: -- Standard call to check for call compatibility.
28167:
28168: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28169: p_api_version_number ,
28170: l_api_name ,

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

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

Line 28290: -- Standard begin of API savepoint

28286:
28287:
28288: BEGIN
28289:
28290: -- Standard begin of API savepoint
28291:
28292: SAVEPOINT get_task_version_pub;
28293:
28294: -- Standard call to check for call compatibility.

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

28290: -- Standard begin of API savepoint
28291:
28292: SAVEPOINT get_task_version_pub;
28293:
28294: -- Standard call to check for call compatibility.
28295:
28296: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28297: p_api_version_number ,
28298: l_api_name ,

Line 28445: -- Standard begin of API savepoint.

28441:
28442: l_project_id NUMBER;
28443:
28444: BEGIN
28445: -- Standard begin of API savepoint.
28446:
28447: savepoint APPLY_LP_PROG_ON_CWV;
28448:
28449: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

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

28447: savepoint APPLY_LP_PROG_ON_CWV;
28448:
28449: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
28450:
28451: -- Standard call to check for call compatibility.
28452:
28453: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version, p_api_version, l_api_name, g_pkg_name) then
28454:
28455: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 28673: -- Standard begin of API savepoint

28669: l_api_name CONSTANT VARCHAR2(30) := 'load_deliverable';
28670:
28671: BEGIN
28672:
28673: -- Standard begin of API savepoint
28674:
28675: SAVEPOINT load_deliverable_pub;
28676:
28677: -- Standard call to check for call compatibility.

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

28673: -- Standard begin of API savepoint
28674:
28675: SAVEPOINT load_deliverable_pub;
28676:
28677: -- Standard call to check for call compatibility.
28678:
28679: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28680: p_api_version ,
28681: l_api_name ,

Line 28824: -- Standard begin of API savepoint

28820: l_api_name CONSTANT VARCHAR2(30) := 'load_deliverables';
28821:
28822: BEGIN
28823:
28824: -- Standard begin of API savepoint
28825:
28826: SAVEPOINT load_deliverables_pub;
28827:
28828: -- Standard call to check for call compatibility.

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

28824: -- Standard begin of API savepoint
28825:
28826: SAVEPOINT load_deliverables_pub;
28827:
28828: -- Standard call to check for call compatibility.
28829:
28830: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
28831: p_api_version ,
28832: l_api_name ,

Line 29017: -- Standard begin of API savepoint

29013: l_api_name CONSTANT VARCHAR2(30) := 'load_actions';
29014:
29015: BEGIN
29016:
29017: -- Standard begin of API savepoint
29018:
29019: SAVEPOINT load_action_pub;
29020:
29021: -- Standard call to check for call compatibility.

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

29017: -- Standard begin of API savepoint
29018:
29019: SAVEPOINT load_action_pub;
29020:
29021: -- Standard call to check for call compatibility.
29022:
29023: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
29024: p_api_version ,
29025: l_api_name ,

Line 29260: -- Standard begin of API savepoint

29256: l_return_status VARCHAR2(1) := null;
29257:
29258: BEGIN
29259:
29260: -- Standard begin of API savepoint
29261:
29262: SAVEPOINT load_actions_pub;
29263:
29264: -- Standard call to check for call compatibility.

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

29260: -- Standard begin of API savepoint
29261:
29262: SAVEPOINT load_actions_pub;
29263:
29264: -- Standard call to check for call compatibility.
29265:
29266: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
29267: p_api_version ,
29268: l_api_name ,

Line 30170: -- Standard begin of API savepoint

30166: l_fin_task_id NUMBER := NULL;
30167:
30168: BEGIN
30169:
30170: -- Standard begin of API savepoint
30171:
30172: -- 3735792, setting save point unconditionally
30173: -- IF (p_commit = FND_API.G_TRUE) THEN
30174: SAVEPOINT create_deliverable_actions_pub;

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

30173: -- IF (p_commit = FND_API.G_TRUE) THEN
30174: SAVEPOINT create_deliverable_actions_pub;
30175: -- END IF;
30176:
30177: -- Standard call to check for call compatibility.
30178: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
30179: p_api_version ,
30180: l_api_name ,
30181: G_PKG_NAME )

Line 31256: -- Standard begin of API savepoint

31252:
31253: i NUMBER := 1;
31254: BEGIN
31255:
31256: -- Standard begin of API savepoint
31257: SAVEPOINT update_deliverable_actions_pub;
31258:
31259: -- Standard call to check for call compatibility.
31260: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

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

31255:
31256: -- Standard begin of API savepoint
31257: SAVEPOINT update_deliverable_actions_pub;
31258:
31259: -- Standard call to check for call compatibility.
31260: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
31261: p_api_version ,
31262: l_api_name ,
31263: G_PKG_NAME )

Line 35747: -- Standard begin of API savepoint

35743: l_process_code pa_proj_elem_ver_structure.process_code%TYPE; --Bug# 5973460
35744:
35745: BEGIN
35746:
35747: -- Standard begin of API savepoint
35748:
35749: SAVEPOINT process_structure_updates;
35750:
35751: -- Standard call to check for call compatibility

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

35747: -- Standard begin of API savepoint
35748:
35749: SAVEPOINT process_structure_updates;
35750:
35751: -- Standard call to check for call compatibility
35752:
35753: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
35754: p_api_version_number ,
35755: l_api_name ,

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

36202: if FND_API.TO_BOOLEAN(p_init_msg_list) then
36203: FND_MSG_PUB.initialize;
36204: end if;
36205:
36206: -- Standard call to check for API compatibility.
36207: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
36208: raise FND_API.G_EXC_UNEXPECTED_ERROR;
36209: end if;
36210:

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

36476: if FND_API.TO_BOOLEAN(p_init_msg_list) then
36477: FND_MSG_PUB.initialize;
36478: end if;
36479:
36480: -- Standard call to check for API compatibility.
36481: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
36482: raise FND_API.G_EXC_UNEXPECTED_ERROR;
36483: end if;
36484:

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

37067: if FND_API.TO_BOOLEAN(p_init_msg_list) then
37068: FND_MSG_PUB.initialize;
37069: end if;
37070:
37071: -- Standard call to check for API compatibility.
37072: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
37073: raise FND_API.G_EXC_UNEXPECTED_ERROR;
37074: end if;
37075:

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

37631: if FND_API.TO_BOOLEAN(p_init_msg_list) then
37632: FND_MSG_PUB.initialize;
37633: end if;
37634:
37635: -- Standard call to check for API compatibility.
37636: if NOT FND_API.Compatible_API_Call (g_api_version_number, p_api_version, l_api_name, G_PKG_NAME) then
37637: raise FND_API.G_EXC_UNEXPECTED_ERROR;
37638: end if;
37639: