DBA Data[Home] [Help]

APPS.CN_IMPORT_PVT dependencies on STANDARD

Line 91: -- Standard Start of API savepoint

87: l_imp_header cn_imp_headers_pvt.imp_headers_rec_type := cn_imp_headers_pvt.G_MISS_IMP_HEADERS_REC;
88: l_process_audit_id cn_process_audits.process_audit_id%TYPE;
89:
90: BEGIN
91: -- Standard Start of API savepoint
92: SAVEPOINT Import_Data;
93: -- Standard call to check for call compatibility.
94: IF NOT FND_API.compatible_api_call
95: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

89:
90: BEGIN
91: -- Standard Start of API savepoint
92: SAVEPOINT Import_Data;
93: -- Standard call to check for call compatibility.
94: IF NOT FND_API.compatible_api_call
95: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
96: THEN
97: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 218: -- Standard check of p_commit.

214: cn_message_pkg.end_batch(l_process_audit_id);
215:
216: -- End of API body.
217:
218: -- Standard check of p_commit.
219: IF FND_API.To_Boolean( p_commit ) THEN
220: COMMIT WORK;
221: END IF;
222: -- Standard call to get message count and if count is 1, get message info.

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

218: -- Standard check of p_commit.
219: IF FND_API.To_Boolean( p_commit ) THEN
220: COMMIT WORK;
221: END IF;
222: -- Standard call to get message count and if count is 1, get message info.
223: FND_MSG_PUB.count_and_get
224: (p_count => x_msg_count ,
225: p_data => x_msg_data ,
226: p_encoded => FND_API.G_FALSE

Line 301: -- Standard Start of API savepoint

297: l_conc_pgm VARCHAR2(150);
298: l_process_audit_id cn_process_audits.process_audit_id%TYPE;
299:
300: BEGIN
301: -- Standard Start of API savepoint
302: SAVEPOINT Export_Data;
303: -- Standard call to check for call compatibility.
304: IF NOT FND_API.compatible_api_call
305: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

299:
300: BEGIN
301: -- Standard Start of API savepoint
302: SAVEPOINT Export_Data;
303: -- Standard call to check for call compatibility.
304: IF NOT FND_API.compatible_api_call
305: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
306: THEN
307: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 396: -- Standard check of p_commit.

392: cn_message_pkg.end_batch(l_process_audit_id);
393:
394: -- End of API body.
395:
396: -- Standard check of p_commit.
397: IF FND_API.To_Boolean( p_commit ) THEN
398: COMMIT WORK;
399: END IF;
400: -- Standard call to get message count and if count is 1, get message info.

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

396: -- Standard check of p_commit.
397: IF FND_API.To_Boolean( p_commit ) THEN
398: COMMIT WORK;
399: END IF;
400: -- Standard call to get message count and if count is 1, get message info.
401: FND_MSG_PUB.count_and_get
402: (p_count => x_msg_count ,
403: p_data => x_msg_data ,
404: p_encoded => FND_API.G_FALSE

Line 483: -- Standard Start of API savepoint

479: FROM cn_imp_lines
480: WHERE imp_header_id = p_imp_header_id;
481:
482: BEGIN
483: -- Standard Start of API savepoint
484: -- Initialize API return status to success
485: -- API body
486:
487: update_imp_headers

Line 760: -- Standard Start of API savepoint

756: WHERE import_type_code = l_imp_type_code;
757:
758:
759: BEGIN
760: -- Standard Start of API savepoint
761: -- Initialize API return status to success
762: -- API body
763:
764: retcode := 0; -- no problems. 1= warning, 2 = fail

Line 983: -- Standard Start of API savepoint

979: errbuf VARCHAR2(2000);
980: retcode NUMBER;
981:
982: BEGIN
983: -- Standard Start of API savepoint
984: SAVEPOINT Client_Stage_Data;
985: -- Standard call to check for call compatibility.
986: IF NOT FND_API.compatible_api_call
987: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

981:
982: BEGIN
983: -- Standard Start of API savepoint
984: SAVEPOINT Client_Stage_Data;
985: -- Standard call to check for call compatibility.
986: IF NOT FND_API.compatible_api_call
987: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
988: THEN
989: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1108: -- Standard check of p_commit.

1104: cn_message_pkg.end_batch(l_process_audit_id);
1105:
1106: -- End of API body.
1107:
1108: -- Standard check of p_commit.
1109: IF FND_API.To_Boolean( p_commit ) THEN
1110: COMMIT WORK;
1111: END IF;
1112: -- Standard call to get message count and if count is 1, get message info.

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

1108: -- Standard check of p_commit.
1109: IF FND_API.To_Boolean( p_commit ) THEN
1110: COMMIT WORK;
1111: END IF;
1112: -- Standard call to get message count and if count is 1, get message info.
1113: FND_MSG_PUB.count_and_get
1114: (p_count => x_msg_count ,
1115: p_data => x_msg_data ,
1116: p_encoded => FND_API.G_FALSE