DBA Data[Home] [Help]

APPS.JTF_LOC_AREAS_PKG dependencies on FND_API

Line 205: X_Return_Status := FND_API.G_RET_STS_SUCCESS;

201:
202: l_loc_area_name varchar2(240);
203: begin
204:
205: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
206:
207: if x_end_date_active is not NULL then
208: for i in child_end_date loop
209: if i.end_date_Active is null or i.end_Date_Active > x_end_Date_active then

Line 210: x_return_Status := FND_API.G_RET_STS_ERROR;

206:
207: if x_end_date_active is not NULL then
208: for i in child_end_date loop
209: if i.end_date_Active is null or i.end_Date_Active > x_end_Date_active then
210: x_return_Status := FND_API.G_RET_STS_ERROR;
211:
212: -- get the location name
213: Open locationName;
214: Fetch locationName into l_loc_area_name;

Line 233: if X_Return_Status = FND_API.G_RET_STS_SUCCESS then

229: p_count => x_msg_count,
230: p_data => x_msg_data);
231: end if;
232:
233: if X_Return_Status = FND_API.G_RET_STS_SUCCESS then
234:
235: UPDATE_ROW (
236: X_LOCATION_AREA_ID,
237: X_OBJECT_VERSION_NUMBER ,