DBA Data[Home] [Help]

APPS.IEM_ARCH_REQUESTS_PVT dependencies on STANDARD

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

25: l_api_name VARCHAR2(255):='create_item';
26: l_api_version_number NUMBER:=1.0;
27:
28: BEGIN
29: -- Standard call to check for call compatibility.
30: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
31: p_api_version_number,
32: l_api_name,
33: G_PKG_NAME)

Line 66: -- Standard Check Of p_commit.

62: sysdate,
63: decode(p_LAST_UPDATED_BY,null,-1,p_LAST_UPDATED_BY),
64: sysdate,
65: decode(p_LAST_UPDATE_LOGIN,null,-1,p_LAST_UPDATE_LOGIN));
66: -- Standard Check Of p_commit.
67: IF p_commit='T' THEN
68: COMMIT WORK;
69: END IF;
70: -- Standard callto get message count and if count is 1, get message info.

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

66: -- Standard Check Of p_commit.
67: IF p_commit='T' THEN
68: COMMIT WORK;
69: END IF;
70: -- Standard callto get message count and if count is 1, get message info.
71: FND_MSG_PUB.Count_And_Get
72: ( p_count => x_msg_count,
73: p_data => x_msg_data
74: );

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

118: l_api_name VARCHAR2(255):='update_item';
119: l_api_version_number NUMBER:=1.0;
120:
121: BEGIN
122: -- Standard call to check for call compatibility.
123: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
124: p_api_version_number,
125: l_api_name,
126: G_PKG_NAME)

Line 138: -- Standard Check Of p_commit.

134: status=p_status,
135: arch_comment=decode(p_comment,null,arch_comment,p_comment)
136: where request_id=p_request_id and arch_folder_id=p_arch_folder_id;
137:
138: -- Standard Check Of p_commit.
139: IF p_commit='T' THEN
140: COMMIT WORK;
141: END IF;
142: -- Standard callto get message count and if count is 1, get message info.

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

138: -- Standard Check Of p_commit.
139: IF p_commit='T' THEN
140: COMMIT WORK;
141: END IF;
142: -- Standard callto get message count and if count is 1, get message info.
143: FND_MSG_PUB.Count_And_Get
144: ( p_count => x_msg_count,
145: p_data => x_msg_data
146: );