DBA Data[Home] [Help]

APPS.IEM_ARCH_FLDS_PVT dependencies on STANDARD

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

28: l_out_text VARCHAR2(500);
29: FOLDER_CREATE_ERROR EXCEPTION;
30:
31: BEGIN
32: -- Standard call to check for call compatibility.
33: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
34: p_api_version_number,
35: l_api_name,
36: G_PKG_NAME)

Line 74: -- Standard Check Of p_commit.

70: decode(p_LAST_UPDATED_BY,null,-1,p_LAST_UPDATED_BY),
71: sysdate,
72: decode(p_LAST_UPDATE_LOGIN,null,-1,p_LAST_UPDATE_LOGIN));
73: x_folder_id:=l_seq_id;
74: -- Standard Check Of p_commit.
75: IF p_commit='T' THEN
76: COMMIT WORK;
77: END IF;
78: -- Standard callto get message count and if count is 1, get message info.

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

74: -- Standard Check Of p_commit.
75: IF p_commit='T' THEN
76: COMMIT WORK;
77: END IF;
78: -- Standard callto get message count and if count is 1, get message info.
79: FND_MSG_PUB.Count_And_Get
80: ( p_count => x_msg_count,
81: p_data => x_msg_data
82: );