DBA Data[Home] [Help]

APPS.CN_IMP_HEADERS_PVT dependencies on STANDARD

Line 52: -- Standard Start of API savepoint

48: l_imp_header imp_headers_rec_type;
49: l_temp NUMBER;
50:
51: BEGIN
52: -- Standard Start of API savepoint
53: SAVEPOINT Create_Imp_header;
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.compatible_api_call
56: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

50:
51: BEGIN
52: -- Standard Start of API savepoint
53: SAVEPOINT Create_Imp_header;
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.compatible_api_call
56: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
57: THEN
58: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 101: -- Standard check of p_commit.

97: (p_imp_headers_rec => l_imp_header);
98:
99: -- End of API body.
100:
101: -- Standard check of p_commit.
102: IF FND_API.To_Boolean( p_commit ) THEN
103: COMMIT WORK;
104: END IF;
105: -- Standard call to get message count and if count is 1, get message info.

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

101: -- Standard check of p_commit.
102: IF FND_API.To_Boolean( p_commit ) THEN
103: COMMIT WORK;
104: END IF;
105: -- Standard call to get message count and if count is 1, get message info.
106: FND_MSG_PUB.Count_And_Get(
107: p_count => x_msg_count ,
108: p_data => x_msg_data ,
109: p_encoded => FND_API.G_FALSE

Line 189: -- Standard Start of API savepoint

185: l_imp_header imp_headers_rec_type;
186: l_temp NUMBER;
187:
188: BEGIN
189: -- Standard Start of API savepoint
190: SAVEPOINT Update_Imp_header;
191: -- Standard call to check for call compatibility.
192: IF NOT FND_API.compatible_api_call
193: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

187:
188: BEGIN
189: -- Standard Start of API savepoint
190: SAVEPOINT Update_Imp_header;
191: -- Standard call to check for call compatibility.
192: IF NOT FND_API.compatible_api_call
193: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
194: THEN
195: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 261: -- Standard check of p_commit.

257: (p_imp_headers_rec => l_imp_header);
258:
259: -- End of API body.
260:
261: -- Standard check of p_commit.
262: IF FND_API.To_Boolean( p_commit ) THEN
263: COMMIT WORK;
264: END IF;
265: -- Standard call to get message count and if count is 1, get message info.

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

261: -- Standard check of p_commit.
262: IF FND_API.To_Boolean( p_commit ) THEN
263: COMMIT WORK;
264: END IF;
265: -- Standard call to get message count and if count is 1, get message info.
266: FND_MSG_PUB.Count_And_Get(
267: p_count => x_msg_count ,
268: p_data => x_msg_data ,
269: p_encoded => FND_API.G_FALSE

Line 359: -- Standard Start of API savepoint

355: WHERE parent_process_audit_id = c_imp_header_id
356: ;
357:
358: BEGIN
359: -- Standard Start of API savepoint
360: SAVEPOINT Delete_Imp_header;
361: -- Standard call to check for call compatibility.
362: IF NOT FND_API.compatible_api_call
363: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

357:
358: BEGIN
359: -- Standard Start of API savepoint
360: SAVEPOINT Delete_Imp_header;
361: -- Standard call to check for call compatibility.
362: IF NOT FND_API.compatible_api_call
363: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
364: THEN
365: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 465: -- Standard check of p_commit.

461: (p_imp_header_id => l_imp_header.imp_header_id);
462:
463: -- End of API body.
464:
465: -- Standard check of p_commit.
466: IF FND_API.To_Boolean( p_commit ) THEN
467: COMMIT WORK;
468: END IF;
469: -- Standard call to get message count and if count is 1, get message info.

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

465: -- Standard check of p_commit.
466: IF FND_API.To_Boolean( p_commit ) THEN
467: COMMIT WORK;
468: END IF;
469: -- Standard call to get message count and if count is 1, get message info.
470: FND_MSG_PUB.Count_And_Get(
471: p_count => x_msg_count ,
472: p_data => x_msg_data ,
473: p_encoded => FND_API.G_FALSE