DBA Data[Home] [Help]

APPS.WMS_GET_DEST_LOC_LPN dependencies on FND_API

Line 101: x_return_status := FND_API.G_RET_STS_SUCCESS;

97: l_prog float;
98:
99: begin
100: -- ### Initialize API return status to success
101: x_return_status := FND_API.G_RET_STS_SUCCESS;
102:
103: if (l_debug = 1) then
104: trace(l_proc ||' Entering "wms_get_dest_loc_lpn.wms_dest_loc_w_item"... '|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'), 1);
105: trace(l_proc ||' ');

Line 213: x_return_status := FND_API.G_RET_STS_SUCCESS;

209: l_prog float;
210:
211: begin
212: -- ### Initialize API return status to success
213: x_return_status := FND_API.G_RET_STS_SUCCESS;
214:
215: if (l_debug = 1) then
216: trace(l_proc ||' Entering "wms_get_dest_loc_lpn.wms_dest_loc_wo_item"... '|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'), 1);
217: trace(l_proc ||' ');

Line 322: x_return_status := FND_API.G_RET_STS_SUCCESS;

318: l_prog float;
319:
320: begin
321: -- ### Initialize API return status to success
322: x_return_status := FND_API.G_RET_STS_SUCCESS;
323:
324: if (l_debug = 1) then
325: trace(l_proc ||' Entering "wms_get_dest_loc_lpn.wms_dest_lpn_w_item"... '|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'), 1);
326: trace(l_proc ||' ');

Line 429: x_return_status := FND_API.G_RET_STS_SUCCESS;

425: l_prog float;
426:
427: begin
428: -- ### Initialize API return status to success
429: x_return_status := FND_API.G_RET_STS_SUCCESS;
430:
431: if (l_debug = 1) then
432: trace(l_proc ||' Entering "wms_get_dest_loc_lpn.wms_dest_lpn_wo_item"... '|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'), 1);
433: trace(l_proc ||' ');