DBA Data[Home] [Help]

APPS.AHL_LTP_MTL_REQ_PVT dependencies on STANDARD

Line 122: -- Standard IN Parameters :

118: -- within an item group and the REPLACE_PERCENT is not considered.
119: -- Pre-reqs :
120: -- Parameters :
121: --
122: -- Standard IN Parameters :
123: -- p_api_version IN NUMBER Required
124: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
125: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
126: --

Line 127: -- Standard OUT Parameters :

123: -- p_api_version IN NUMBER Required
124: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
125: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
126: --
127: -- Standard OUT Parameters :
128: -- x_return_status OUT VARCHAR2 Required
129: -- x_msg_count OUT NUMBER Required
130: -- x_msg_data OUT VARCHAR2 Required
131: --

Line 214: -- Standard call to check for call compatibility

210: ', p_requirement_date = ' || p_requirement_date ||
211: ', p_request_type = ' || p_request_type);
212: END IF;
213:
214: -- Standard call to check for call compatibility
215: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
216: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
217: END IF;
218:

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

333: END IF;
334: END LOOP;
335: END IF;
336:
337: -- Standard call to get message count and if count is 1, get message info
338: FND_MSG_PUB.Count_And_Get
339: ( p_count => x_msg_count,
340: p_data => x_msg_data,
341: p_encoded => fnd_api.g_false