DBA Data[Home] [Help]

APPS.FEM_HELPER_RULE_UTIL_PKG dependencies on FND_API

Line 127: IF NOT FND_API.Compatible_API_Call (c_api_version,

123: -- Initialize return status to unexpected error
124: x_return_status := c_unexp;
125:
126: -- Check for call compatibility.
127: IF NOT FND_API.Compatible_API_Call (c_api_version,
128: p_api_version,
129: C_API_NAME,
130: G_PKG_NAME)
131: THEN

Line 246: IF FND_API.To_Boolean( p_commit ) THEN

242: p_msg_text => 'End Procedure');
243: END IF;
244:
245:
246: IF FND_API.To_Boolean( p_commit ) THEN
247: COMMIT WORK;
248: END IF;
249:
250:

Line 342: IF NOT FND_API.Compatible_API_Call (c_api_version,

338: -- Initialize return status to unexpected error
339: x_return_status := c_unexp;
340:
341: -- Check for call compatibility.
342: IF NOT FND_API.Compatible_API_Call (c_api_version,
343: p_api_version,
344: C_API_NAME,
345: G_PKG_NAME)
346: THEN