DBA Data[Home] [Help]

APPS.IEM_ARCH_DTLS_PVT dependencies on STANDARD

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

20: l_api_name VARCHAR2(255):='create_item';
21: l_api_version_number NUMBER:=1.0;
22:
23: BEGIN
24: -- Standard call to check for call compatibility.
25: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
26: p_api_version_number,
27: l_api_name,
28: G_PKG_NAME)

Line 54: -- Standard Check Of p_commit.

50: sysdate,
51: decode(p_LAST_UPDATE_LOGIN,null,-1,p_LAST_UPDATE_LOGIN));
52: END IF;
53: END LOOP;
54: -- Standard Check Of p_commit.
55: IF p_commit='T' THEN
56: COMMIT WORK;
57: END IF;
58: -- Standard callto get message count and if count is 1, get message info.

Line 58: -- Standard callto get message count and if count is 1, get message info.

54: -- Standard Check Of p_commit.
55: IF p_commit='T' THEN
56: COMMIT WORK;
57: END IF;
58: -- Standard callto get message count and if count is 1, get message info.
59: FND_MSG_PUB.Count_And_Get
60: ( p_count => x_msg_count,
61: p_data => x_msg_data
62: );