DBA Data[Home] [Help]

APPS.CN_IMPORT_CLIENT_PVT dependencies on STANDARD

Line 242: -- Standard API information constants.

238: x_msg_data OUT NOCOPY VARCHAR2
239: ) IS
240:
241: --
242: -- Standard API information constants.
243: --
244: L_API_VERSION CONSTANT NUMBER := 1.0;
245: L_API_NAME CONSTANT VARCHAR2(30) := 'Insert_Data';
246: L_FULL_NAME CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| L_API_NAME;

Line 322: -- Standard Start of API savepoint

318: l_col39_data JTF_VARCHAR2_TABLE_2000;
319: l_col40_data JTF_VARCHAR2_TABLE_2000;
320: BEGIN
321:
322: -- Standard Start of API savepoint
323: SAVEPOINT Insert_Data;
324: -- Standard call to check for call compatibility.
325: IF NOT FND_API.compatible_api_call
326: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

320: BEGIN
321:
322: -- Standard Start of API savepoint
323: SAVEPOINT Insert_Data;
324: -- Standard call to check for call compatibility.
325: IF NOT FND_API.compatible_api_call
326: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
327: THEN
328: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 632: -- Standard check of p_commit.

628: END LOOP;
629:
630: -- End of API body.
631:
632: -- Standard check of p_commit.
633: IF FND_API.To_Boolean( p_commit ) THEN
634: COMMIT WORK;
635: END IF;
636: -- Standard call to get message count and if count is 1, get message info.

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

632: -- Standard check of p_commit.
633: IF FND_API.To_Boolean( p_commit ) THEN
634: COMMIT WORK;
635: END IF;
636: -- Standard call to get message count and if count is 1, get message info.
637: FND_MSG_PUB.count_and_get
638: (p_count => x_msg_count ,
639: p_data => x_msg_data ,
640: p_encoded => FND_API.G_FALSE

Line 1241: -- Standard API information constants.

1237: )
1238: IS
1239:
1240: --
1241: -- Standard API information constants.
1242: --
1243: L_API_VERSION CONSTANT NUMBER := 1.0;
1244: L_API_NAME CONSTANT VARCHAR2(30) := 'INSERT_TO_DB';
1245: L_FULL_NAME CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| L_API_NAME;

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

1680: p_col39_data, p_col40_data;
1681: END IF;
1682:
1683:
1684: -- Standard call to get message count and if count is 1, get message info.
1685: FND_MSG_PUB.Count_And_Get
1686: (p_count => x_msg_count,
1687: p_data => x_msg_data,
1688: p_encoded => FND_API.G_FALSE

Line 1770: -- Standard API information constants.

1766: )
1767: IS
1768:
1769: --
1770: -- Standard API information constants.
1771: --
1772: L_API_VERSION CONSTANT NUMBER := 1.0;
1773: L_API_NAME CONSTANT VARCHAR2(30) := 'UPDATE_DB';
1774: L_FULL_NAME CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| L_API_NAME;

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

2122: p_col35_data, p_col36_data, p_col37_data, p_col38_data, p_col39_data,
2123: p_col40_data, p_prim_keys;
2124: END IF;
2125:
2126: -- Standard call to get message count and if count is 1, get message info.
2127: FND_MSG_PUB.Count_And_Get (
2128: p_count => x_msg_count,
2129: p_data => x_msg_data,
2130: p_encoded => FND_API.G_FALSE