DBA Data[Home] [Help]

APPS.AS_SCORECARD_PUB dependencies on STANDARD

Line 51: -- Standard Start of API savepoint

47: l_msg_count NUMBER;
48: l_msg_data VARCHAR2(32767);
49:
50: BEGIN
51: -- Standard Start of API savepoint
52: SAVEPOINT GET_SCORE_PUB;
53:
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

50: BEGIN
51: -- Standard Start of API savepoint
52: SAVEPOINT GET_SCORE_PUB;
53:
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
56: p_api_version,
57: l_api_name,
58: G_PKG_NAME)

Line 128: -- Standard check for p_commit

124: --
125: -- End of API body
126: --
127:
128: -- Standard check for p_commit
129: IF FND_API.to_Boolean( p_commit )
130: THEN
131: COMMIT WORK;
132: END IF;

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

143: || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
144: END IF;
145:
146:
147: -- Standard call to get message count and if count is 1, get message info.
148: FND_MSG_PUB.Count_And_Get
149: ( p_count => x_msg_count,
150: p_data => x_msg_data
151: );