DBA Data[Home] [Help]

APPS.PV_AME_API_W dependencies on STANDARD

Line 93: -- ********* Start Standard Initializations *******

89: l_valid_users_flag VARCHAR2(1);
90:
91: BEGIN
92:
93: -- ********* Start Standard Initializations *******
94: SAVEPOINT START_APPROVAL_PROCESS;
95:
96: -- Standard call to check for call compatibility.
97: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

92:
93: -- ********* Start Standard Initializations *******
94: SAVEPOINT START_APPROVAL_PROCESS;
95:
96: -- Standard call to check for call compatibility.
97: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
98: p_api_version_number,
99: l_api_name,
100: 'PV_AME_API_W') THEN

Line 111: -- ********* End Standard Initializations *********

107: fnd_msg_pub.initialize;
108: END IF;
109:
110: x_return_status := FND_API.G_RET_STS_SUCCESS;
111: -- ********* End Standard Initializations *********
112: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
113: FND_LOG.MESSAGE(FND_LOG.LEVEL_PROCEDURE
114: ,'pv.plsql.' || g_pkg_name || '.' || l_api_name
115: ,FALSE

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

384:
385: END IF;
386:
387: CLOSE lc_lock_approvals;
388: -- Standard call to get message count and if count is 1, get message info.
389: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
390: p_count => x_msg_count,
391: p_data => x_msg_data);
392:

Line 553: -- ********* Start Standard Initializations *******

549:
550:
551: BEGIN
552:
553: -- ********* Start Standard Initializations *******
554: SAVEPOINT UPDATE_APPROVER_RESPONSE;
555:
556: -- Standard call to check for call compatibility.
557: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

552:
553: -- ********* Start Standard Initializations *******
554: SAVEPOINT UPDATE_APPROVER_RESPONSE;
555:
556: -- Standard call to check for call compatibility.
557: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
558: p_api_version_number,
559: l_api_name,
560: 'PV_AME_API_W') THEN

Line 578: -- ********* End Standard Initializations *********

574: END IF;
575:
576:
577: x_return_status := FND_API.G_RET_STS_SUCCESS;
578: -- ********* End Standard Initializations *********
579:
580: -- This is to make sure that no other thread of execution
581: -- can try to update the rows for this referrral in
582: -- pv_ge_temp_approvers.

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

1195: RAISE FND_API.G_EXC_ERROR;
1196: END IF;
1197: END IF;
1198:
1199: -- Standard call to get message count and if count is 1, get message info.
1200: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
1201: p_count => x_msg_count,
1202: p_data => x_msg_data);
1203: