DBA Data[Home] [Help]

APPS.ASO_SERVICE_CONTRACTS_INT dependencies on STANDARD

Line 104: -- Standard Start of API savepoint

100: ln_end_cust_account_id NUMBER; -- line level end customer Sun ER 8647883
101: lh_end_cust_account_id NUMBER; -- header level end customer Sun ER 8647883
102:
103: BEGIN
104: -- Standard Start of API savepoint
105: SAVEPOINT GET_SERVICE_ATTRIBUTES_PVT;
106:
107: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
108:

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

105: SAVEPOINT GET_SERVICE_ATTRIBUTES_PVT;
106:
107: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
108:
109: -- Standard call to check for call compatibility.
110: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
111: p_api_version_number,
112: l_api_name,
113: G_PKG_NAME)

Line 442: /* -- Standard check for p_commit

438: --
439: -- End of API body.
440: --
441:
442: /* -- Standard check for p_commit
443: IF FND_API.to_Boolean( p_commit )
444: THEN
445: COMMIT WORK;
446: END IF;

Line 451: -- Standard call to get message count and if count is 1, get message info.

447: */
448:
449:
450:
451: -- Standard call to get message count and if count is 1, get message info.
452: FND_MSG_PUB.Count_And_Get
453: ( p_count => x_msg_count,
454: p_data => x_msg_data
455: );

Line 523: -- Standard Start of API savepoint

519: l_api_name VARCHAR2(50) := 'Get_Duration';
520:
521:
522: BEGIN
523: -- Standard Start of API savepoint
524: SAVEPOINT GET_DURATION_PUB;
525:
526: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
527:

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

524: SAVEPOINT GET_DURATION_PUB;
525:
526: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
527:
528: -- Standard call to check for call compatibility.
529: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
530: p_api_version_number,
531: l_api_name,
532: G_PKG_NAME)

Line 621: /* -- Standard check for p_commit

617: --
618: -- End of API body.
619: --
620:
621: /* -- Standard check for p_commit
622: IF FND_API.to_Boolean( p_commit )
623: THEN
624: COMMIT WORK;
625: END IF;

Line 630: -- Standard call to get message count and if count is 1, get message info.

626: */
627:
628:
629:
630: -- Standard call to get message count and if count is 1, get message info.
631: FND_MSG_PUB.Count_And_Get
632: ( p_count => x_msg_count,
633: p_data => x_msg_data
634: );

Line 687: -- Standard Start of API savepoint

683: l_api_name VARCHAR2(50) := 'Is_Service_Available';
684:
685: l_check_service_rec OKS_OMINT_PUB.CHECK_SERVICE_REC_TYPE;
686: BEGIN
687: -- Standard Start of API savepoint
688: SAVEPOINT IS_SERVICE_AVAILABLE_PUB;
689:
690: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
691:

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

688: SAVEPOINT IS_SERVICE_AVAILABLE_PUB;
689:
690: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
691:
692: -- Standard call to check for call compatibility.
693: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
694: p_api_version_number,
695: l_api_name,
696: G_PKG_NAME)

Line 807: /* -- Standard check for p_commit

803: --
804: -- End of API body.
805: --
806:
807: /* -- Standard check for p_commit
808: IF FND_API.to_Boolean( p_commit )
809: THEN
810: COMMIT WORK;
811: END IF;

Line 815: -- Standard call to get message count and if count is 1, get message info.

811: END IF;
812: */
813:
814:
815: -- Standard call to get message count and if count is 1, get message info.
816: FND_MSG_PUB.Count_And_Get
817: ( p_count => x_msg_count,
818: p_data => x_msg_data
819: );

Line 873: -- Standard Start of API savepoint

869: l_Orderable_Service_tbl OKS_OMINT_PUB.order_service_tbl_type;
870:
871:
872: BEGIN
873: -- Standard Start of API savepoint
874: SAVEPOINT AVAILABLE_SERVICES_PUB;
875:
876: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
877:

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

874: SAVEPOINT AVAILABLE_SERVICES_PUB;
875:
876: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
877:
878: -- Standard call to check for call compatibility.
879: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
880: p_api_version_number,
881: l_api_name,
882: G_PKG_NAME)

Line 991: /* -- Standard check for p_commit

987: --
988: -- End of API body.
989: --
990:
991: /* -- Standard check for p_commit
992: IF FND_API.to_Boolean( p_commit )
993: THEN
994: COMMIT WORK;
995: END IF;

Line 1000: -- Standard call to get message count and if count is 1, get message info.

996: */
997:
998:
999:
1000: -- Standard call to get message count and if count is 1, get message info.
1001: FND_MSG_PUB.Count_And_Get
1002: ( p_count => x_msg_count,
1003: p_data => x_msg_data
1004: );

Line 1071: -- Standard Start of API savepoint

1067: l_description VARCHAR2(240);
1068: l_concatenated_segments VARCHAR2(2000);
1069:
1070: BEGIN
1071: -- Standard Start of API savepoint
1072: SAVEPOINT GET_WARRANTY_PUB;
1073:
1074: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
1075:

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

1072: SAVEPOINT GET_WARRANTY_PUB;
1073:
1074: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
1075:
1076: -- Standard call to check for call compatibility.
1077: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1078: p_api_version_number,
1079: l_api_name,
1080: G_PKG_NAME)

Line 1173: -- Standard call to get message count and if count is 1, get message info.

1169: -- End of API body.
1170: --
1171:
1172:
1173: -- Standard call to get message count and if count is 1, get message info.
1174: FND_MSG_PUB.Count_And_Get
1175: ( p_count => x_msg_count,
1176: p_data => x_msg_data
1177: );