DBA Data[Home] [Help]

APPS.PSB_LD_POS_DEFAULTS_PVT dependencies on STANDARD

Line 134: -- Standard call to check FOR call compatibility.

130:
131:
132: BEGIN
133:
134: -- Standard call to check FOR call compatibility.
135:
136: IF NOT FND_API.Compatible_API_Call (l_api_version,
137: p_api_version,
138: l_api_name,

Line 265: -- StANDard check of p_commit.

261: -- Initialize API return status to success
262:
263: p_return_status := FND_API.G_RET_STS_SUCCESS;
264:
265: -- StANDard check of p_commit.
266:
267: IF FND_API.to_Boolean (p_commit) THEN
268: commit work;
269: END IF;

Line 271: -- StANDard call to get message count AND IF count is 1, get message info.

267: IF FND_API.to_Boolean (p_commit) THEN
268: commit work;
269: END IF;
270:
271: -- StANDard call to get message count AND IF count is 1, get message info.
272:
273: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
274: p_data => p_msg_data);
275: