DBA Data[Home] [Help]

APPS.IEM_REROUTING_HISTS_PVT dependencies on STANDARD

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

36: l_seq_id number;
37: l_grp_cnt number;
38:
39: BEGIN
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
42: p_api_version_number,
43: l_api_name,
44: G_PKG_NAME)

Line 106: -- Standard Check Of p_commit.

102: p_ATTRIBUTE13,
103: p_ATTRIBUTE14,
104: p_ATTRIBUTE15
105: );
106: -- Standard Check Of p_commit.
107: IF p_commit='T' THEN
108: COMMIT WORK;
109: END IF;
110: -- Standard callto get message count and if count is 1, get message info.

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

106: -- Standard Check Of p_commit.
107: IF p_commit='T' THEN
108: COMMIT WORK;
109: END IF;
110: -- Standard callto get message count and if count is 1, get message info.
111: FND_MSG_PUB.Count_And_Get
112: ( p_count => x_msg_count,
113: p_data => x_msg_data
114: );

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

153: l_api_name VARCHAR2(255):='delete_item';
154: l_api_version_number NUMBER:=1.0;
155:
156: BEGIN
157: -- Standard call to check for call compatibility.
158: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
159: p_api_version_number,
160: l_api_name,
161: G_PKG_NAME)

Line 174: -- Standard Check Of p_commit.

170: END IF;
171: delete from IEM_REROUTE_HISTS
172: where message_id=p_message_id;
173:
174: -- Standard Check Of p_commit.
175: IF p_commit='T' THEN
176: COMMIT WORK;
177: END IF;
178: -- Standard callto get message count and if count is 1, get message info.

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

174: -- Standard Check Of p_commit.
175: IF p_commit='T' THEN
176: COMMIT WORK;
177: END IF;
178: -- Standard callto get message count and if count is 1, get message info.
179: FND_MSG_PUB.Count_And_Get
180: ( p_count => x_msg_count,
181: p_data => x_msg_data
182: );