DBA Data[Home] [Help]

APPS.PJM_SEIBAN_PUB dependencies on STANDARD

Line 193: -- Standard Start of API savepoint

189: i NUMBER;
190:
191: BEGIN
192: --
193: -- Standard Start of API savepoint
194: --
195: SAVEPOINT create_seiban;
196:
197: user_id := FND_GLOBAL.user_id;

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

378: commit work;
379: END IF;
380:
381: --
382: -- Standard call to get message count and if count is 1, get message
383: -- info
384: --
385: FND_MSG_PUB.count_and_get( p_count => X_Msg_Count
386: , p_data => X_Msg_Data );