DBA Data[Home] [Help]

APPS.IEU_MSG_PRODUCER_PUB dependencies on STANDARD

Line 39: -- This implementation is NOT STANDARDS compliant yet... just enough to

35: BEGIN
36: --
37: -- !!! WARNING !!!
38: --
39: -- This implementation is NOT STANDARDS compliant yet... just enough to
40: -- get people using it and catching errors in their logic. To be standards
41: -- compliant, you must consider the exception handling further, and deal
42: -- with X_RETURN_STATUS appropriately, etc.
43: --

Line 40: -- get people using it and catching errors in their logic. To be standards

36: --
37: -- !!! WARNING !!!
38: --
39: -- This implementation is NOT STANDARDS compliant yet... just enough to
40: -- get people using it and catching errors in their logic. To be standards
41: -- compliant, you must consider the exception handling further, and deal
42: -- with X_RETURN_STATUS appropriately, etc.
43: --
44: -- Ray Cardillo (06-18-01)

Line 179: -- Standard check of p_commit

175: p_body,
176: p_workitem_obj_code,
177: p_workitem_pk_id
178: );
179: -- Standard check of p_commit
180: IF FND_API.To_Boolean(p_commit) THEN
181: COMMIT WORK;
182: END IF;
183: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);

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

180: IF FND_API.To_Boolean(p_commit) THEN
181: COMMIT WORK;
182: END IF;
183: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
184: -- Standard call to get message count and if count is 1, get message info
185: EXCEPTION
186: WHEN FND_API.G_EXC_ERROR THEN
187: ROLLBACK TO SEND_PLAIN_TEXT_PUB;
188: x_return_status := FND_API.G_RET_STS_ERROR;