DBA Data[Home] [Help]

APPS.JTF_CAL_ADDR_PVT dependencies on STANDARD

Line 126: -- Standard start of API savepoint

122: WHERE address_id = b_address_id;
123:
124: BEGIN
125: --
126: -- Standard start of API savepoint
127: --
128: SAVEPOINT Create_Address_PVT;
129:
130: --

Line 131: -- Standard call to check for call compatibility

127: --
128: SAVEPOINT Create_Address_PVT;
129:
130: --
131: -- Standard call to check for call compatibility
132: --
133: IF NOT FND_API.Compatible_API_Call( l_api_version
134: , p_api_version
135: , l_api_name

Line 263: -- Standard check of p_commit

259: --
260: x_address_id := l_address_id;
261:
262: --
263: -- Standard check of p_commit
264: --
265: IF FND_API.To_Boolean(p_commit)
266: THEN
267: COMMIT WORK;

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

267: COMMIT WORK;
268: END IF;
269:
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 => x_msg_count
274: , p_data => x_msg_data
275: );

Line 358: -- Standard start of API savepoint

354: l_msg_count NUMBER;
355: l_msg_data VARCHAR2(2000);
356:
357: BEGIN
358: -- Standard start of API savepoint
359: SAVEPOINT Update_Address_PVT;
360:
361: -- Standard call to check for call compatibility
362: IF NOT FND_API.Compatible_API_Call( l_api_version

Line 361: -- Standard call to check for call compatibility

357: BEGIN
358: -- Standard start of API savepoint
359: SAVEPOINT Update_Address_PVT;
360:
361: -- Standard call to check for call compatibility
362: IF NOT FND_API.Compatible_API_Call( l_api_version
363: , p_api_version
364: , l_api_name
365: , G_PKG_NAME

Line 437: -- Standard check of p_commit

433: RAISE no_data_found;
434: END IF;
435:
436: --
437: -- Standard check of p_commit
438: --
439: IF FND_API.To_Boolean(p_commit)
440: THEN
441: COMMIT WORK;

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

446: --
447: x_object_version_number := l_object_version_number;
448:
449: --
450: -- Standard call to get message count and if count is 1, get message info
451: --
452: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
453: , p_data => x_msg_data
454: );