DBA Data[Home] [Help]

APPS.FEM_FOLDERS_UTL_PKG dependencies on STANDARD

Line 113: -- Standard Start of API savepoint

109: p_msg_text => 'Begin. P_USER_ID: '||p_user_id||
110: ' P_FOLDER_ID:'||p_folder_id||
111: ' P_WRITE_FLAG:'||p_write_flag||' P_COMMIT:'||p_commit);
112:
113: -- Standard Start of API savepoint
114: SAVEPOINT assign_user_to_folder_pub;
115:
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

112:
113: -- Standard Start of API savepoint
114: SAVEPOINT assign_user_to_folder_pub;
115:
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call (l_api_version,
118: p_api_version,
119: l_api_name,
120: g_pkg_name)

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

168: p_token1 => 'FOLDER_ID',
169: p_value1 => p_folder_id,
170: p_trans1 => 'N');
171:
172: -- Standard call to get message count and if count is 1, get message info.
173: FND_MSG_PUB.Count_And_Get
174: (p_count => x_msg_count,
175: p_data => x_msg_data);
176: