DBA Data[Home] [Help]

APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on STANDARD

Line 56: -- Standard Start of API savepoint

52: l_status VARCHAR2(80);
53: l_result VARCHAR2(10);
54: l_workflow_process VARCHAR2(30) := 'PV_AUTOMATED_PARTNER_MATCHING';
55: BEGIN
56: -- Standard Start of API savepoint
57: SAVEPOINT START_PARTNER_MATCHING_PVT;
58:
59: -- Standard call to check for call compatibility.
60: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

55: BEGIN
56: -- Standard Start of API savepoint
57: SAVEPOINT START_PARTNER_MATCHING_PVT;
58:
59: -- Standard call to check for call compatibility.
60: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
61: p_api_version_number,
62: l_api_name,
63: G_PKG_NAME)

Line 174: -- Standard check for p_commit

170: --
171: -- END of API body
172: --
173:
174: -- Standard check for p_commit
175: IF FND_API.to_Boolean( p_commit )
176: THEN
177: COMMIT WORK;
178: END IF;

Line 186: -- Standard call to get message count and IF count is 1, get message info.

182: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
183: 'PVT: ' || l_api_name || ' End');
184: END IF;
185:
186: -- Standard call to get message count and IF count is 1, get message info.
187: FND_MSG_PUB.Count_And_Get
188: ( p_count => x_msg_count,
189: p_data => x_msg_data );
190:

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

699:
700: BEGIN
701: SAVEPOINT Start_Campaign_Assignment;
702:
703: -- Standard call to check for call compatibility.
704: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
705: p_api_version_number,
706: l_api_name,
707: G_PKG_NAME)

Line 793: -- Standard check for p_commit

789: THEN
790: x_return_status := FND_API.G_RET_STS_ERROR;
791: END IF;
792:
793: -- Standard check for p_commit
794: IF FND_API.to_Boolean( p_commit )
795: THEN
796: COMMIT WORK;
797: END IF;

Line 805: -- Standard call to get message count and IF count is 1, get message info.

801: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
802: 'PVT: ' || l_api_name || ' End');
803: END IF;
804:
805: -- Standard call to get message count and IF count is 1, get message info.
806: FND_MSG_PUB.Count_And_Get
807: ( p_count => x_msg_count,
808: p_data => x_msg_data );
809: