DBA Data[Home] [Help]

APPS.JTF_NOTES_PUB dependencies on STANDARD

Line 207: -- Standard start of API savepoint

203: l_api_name_full CONSTANT VARCHAR2(61) := g_pkg_name||'.'||l_api_name;
204:
205: BEGIN
206: --
207: -- Standard start of API savepoint
208: --
209: SAVEPOINT update_note_pub;
210:
211: --

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

208: --
209: SAVEPOINT update_note_pub;
210:
211: --
212: -- Standard call to check for call compatibility
213: --
214: IF NOT fnd_api.compatible_api_call( l_api_version
215: , p_api_version
216: , l_api_name, g_pkg_name

Line 258: -- Standard check of p_commit

254: , p_jtf_note_contexts_tab => p_jtf_note_contexts_tab
255: , p_use_AOL_security => 'F'
256: );
257:
258: -- Standard check of p_commit
259: IF fnd_api.to_boolean(p_commit)
260: THEN
261: COMMIT WORK;
262: END IF;

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

260: THEN
261: COMMIT WORK;
262: END IF;
263:
264: -- Standard call to get message count and if count is 1, get message info
265: fnd_msg_pub.count_and_get( p_encoded => 'F'
266: , p_count => x_msg_count
267: , p_data => x_msg_data
268: );

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

1002: -- API savepoint
1003: SAVEPOINT delete_note_pub;
1004:
1005: --
1006: -- Standard call to check for call compatibility
1007: --
1008: IF NOT FND_API.Compatible_API_Call( l_api_version
1009: , p_api_version
1010: , l_api_name

Line 1096: -- Standard check of p_commit

1092: , p_SourceObjectCode => l_source_object_code
1093: , p_SourceObjectID => l_source_object_id
1094: );
1095:
1096: -- Standard check of p_commit
1097: IF fnd_api.to_boolean(p_commit)
1098: THEN
1099: COMMIT WORK;
1100: END IF;

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

1099: COMMIT WORK;
1100: END IF;
1101:
1102: --
1103: -- Standard call to get message count and if count is 1, get message info
1104: --
1105: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1106: , p_data => x_msg_data
1107: );

Line 1859: -- Standard call for message generation

1855: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1856: END IF;
1857: END IF;
1858:
1859: -- Standard call for message generation
1860: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
1861: , 'Create_Note'
1862: , 'M'
1863: , 'M'

Line 2105: -- Standard start of API savepoint

2101:
2102:
2103: BEGIN
2104: --
2105: -- Standard start of API savepoint
2106: --
2107: SAVEPOINT update_note_pvt;
2108:
2109: --

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

2106: --
2107: SAVEPOINT update_note_pvt;
2108:
2109: --
2110: -- Standard call to check for call compatibility
2111: --
2112: IF NOT fnd_api.compatible_api_call( l_api_version
2113: , p_api_version
2114: , l_api_name, g_pkg_name

Line 2807: -- Standard call for message generation

2803: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2804: END IF;
2805: END IF;
2806:
2807: -- Standard call for message generation
2808: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
2809: , 'Create_Note'
2810: , 'M'
2811: , 'M'

Line 2857: -- Standard check of p_commit

2853: , p_SourceObjectCode => l_com_rec.source_object_code
2854: , p_SourceObjectID => l_com_rec.source_object_id
2855: );
2856:
2857: -- Standard check of p_commit
2858: IF fnd_api.to_boolean(p_commit)
2859: THEN
2860: COMMIT WORK;
2861: END IF;

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

2860: COMMIT WORK;
2861: END IF;
2862:
2863:
2864: -- Standard call to get message count and if count is 1, get message info
2865: fnd_msg_pub.count_and_get( p_encoded => 'F'
2866: , p_count => x_msg_count
2867: , p_data => x_msg_data
2868: );