DBA Data[Home] [Help]

APPS.JTF_FM_OCM_REQUEST_GRP dependencies on STANDARD

Line 204: -- Standard Start of API savepoint

200: BEGIN
201: --dbms_output.put_line('In create Fulfillment API');
202:
203: JTF_FM_UTL_V.PRINT_MESSAGE('BEGIN' || l_full_name,JTF_FM_UTL_V.G_LEVEL_PROCEDURE,l_full_name);
204: -- Standard Start of API savepoint
205: SAVEPOINT create_fulfillment;
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call
208: (

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

202:
203: JTF_FM_UTL_V.PRINT_MESSAGE('BEGIN' || l_full_name,JTF_FM_UTL_V.G_LEVEL_PROCEDURE,l_full_name);
204: -- Standard Start of API savepoint
205: SAVEPOINT create_fulfillment;
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call
208: (
209: l_api_version,
210: p_api_version,

Line 556: -- Standard check of p_commit.

552: END IF; -- IF FND_MSG_PUB.check_msg_level
553: RAISE FND_API.G_EXC_ERROR;
554: END IF; -- end if electronic fulfillment
555:
556: -- Standard check of p_commit.
557: IF FND_API.To_Boolean( p_commit ) THEN
558: COMMIT WORK;
559: END IF;
560:

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

557: IF FND_API.To_Boolean( p_commit ) THEN
558: COMMIT WORK;
559: END IF;
560:
561: -- Standard call to get message count and if count is 1, get message info.
562: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
563:
564:
565: EXCEPTION