DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on FND_API

Line 41: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,

37: p_header_id IN NUMBER,
38: p_lot_number IN VARCHAR2,
39: p_revision IN VARCHAR2,
40: p_inspection_status IN NUMBER:=NULL,
41: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,
42: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,
43: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,
44: p_wms_process_flag IN NUMBER:=NULL,
45: x_return_status OUT NOCOPY VARCHAR2,

Line 42: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,

38: p_lot_number IN VARCHAR2,
39: p_revision IN VARCHAR2,
40: p_inspection_status IN NUMBER:=NULL,
41: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,
42: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,
43: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,
44: p_wms_process_flag IN NUMBER:=NULL,
45: x_return_status OUT NOCOPY VARCHAR2,
46: x_msg_count OUT NOCOPY NUMBER,

Line 43: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,

39: p_revision IN VARCHAR2,
40: p_inspection_status IN NUMBER:=NULL,
41: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,
42: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,
43: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,
44: p_wms_process_flag IN NUMBER:=NULL,
45: x_return_status OUT NOCOPY VARCHAR2,
46: x_msg_count OUT NOCOPY NUMBER,
47: x_msg_data OUT NOCOPY VARCHAR2,

Line 72: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,

68: p_sub IN VARCHAR:=NULL,
69: p_loc IN NUMBER:=NULL,
70: x_line_id OUT NOCOPY NUMBER,
71: p_inspection_status IN NUMBER:=NULL,
72: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,
73: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,
74: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,
75: p_wms_process_flag IN NUMBER:=NULL,
76: x_return_status OUT NOCOPY VARCHAR2,

Line 73: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,

69: p_loc IN NUMBER:=NULL,
70: x_line_id OUT NOCOPY NUMBER,
71: p_inspection_status IN NUMBER:=NULL,
72: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,
73: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,
74: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,
75: p_wms_process_flag IN NUMBER:=NULL,
76: x_return_status OUT NOCOPY VARCHAR2,
77: x_msg_count OUT NOCOPY NUMBER,

Line 74: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,

70: x_line_id OUT NOCOPY NUMBER,
71: p_inspection_status IN NUMBER:=NULL,
72: p_txn_source_id IN NUMBER:= FND_API.G_MISS_NUM,
73: p_transaction_type_id IN NUMBER:= FND_API.G_MISS_NUM,
74: p_transaction_source_type_id IN NUMBER:= FND_API.g_miss_num,
75: p_wms_process_flag IN NUMBER:=NULL,
76: x_return_status OUT NOCOPY VARCHAR2,
77: x_msg_count OUT NOCOPY NUMBER,
78: x_msg_data OUT NOCOPY VARCHAR2,

Line 160: p_to_lpn IN VARCHAR2 := FND_API.g_miss_char ,

156: x_return_status OUT NOCOPY VARCHAR2 ,
157: x_msg_count OUT NOCOPY NUMBER ,
158: x_msg_data OUT NOCOPY VARCHAR2 ,
159: p_entire_lpn IN VARCHAR2 := 'N' ,
160: p_to_lpn IN VARCHAR2 := FND_API.g_miss_char ,
161: p_qty_reason_id IN NUMBER ,
162: p_loc_reason_id IN NUMBER ,
163: p_process_serial_flag IN VARCHAR2 ,
164: p_commit IN VARCHAR2 := 'Y' ,

Line 282: -- fnd_api.g_ret_sts_success;

278: --
279: -- Output parameters:
280: -- x_return_status
281: -- if the validate_against_rules API succeeds, the value is
282: -- fnd_api.g_ret_sts_success;
283: -- if there is an expected error, the value is
284: -- fnd_api.g_ret_sts_error;
285: -- if there is an unexpected error, the value is
286: -- fnd_api.g_ret_sts_unexp_error;

Line 284: -- fnd_api.g_ret_sts_error;

280: -- x_return_status
281: -- if the validate_against_rules API succeeds, the value is
282: -- fnd_api.g_ret_sts_success;
283: -- if there is an expected error, the value is
284: -- fnd_api.g_ret_sts_error;
285: -- if there is an unexpected error, the value is
286: -- fnd_api.g_ret_sts_unexp_error;
287: -- x_msg_count
288: -- if there are one or more errors, the number of error messages

Line 286: -- fnd_api.g_ret_sts_unexp_error;

282: -- fnd_api.g_ret_sts_success;
283: -- if there is an expected error, the value is
284: -- fnd_api.g_ret_sts_error;
285: -- if there is an unexpected error, the value is
286: -- fnd_api.g_ret_sts_unexp_error;
287: -- x_msg_count
288: -- if there are one or more errors, the number of error messages
289: -- in the buffer
290: -- x_msg_data

Line 292: -- (See fnd_api package for more details about the above output parameters)

288: -- if there are one or more errors, the number of error messages
289: -- in the buffer
290: -- x_msg_data
291: -- if there is one and only one error, the error message
292: -- (See fnd_api package for more details about the above output parameters)
293: -- x_validation_passed
294: -- if rules validation passed, the value is 'Y' else 'N'
295: --
296: -- Functions: This API validates the user suggested sub/loc during

Line 327: -- fnd_api.g_ret_sts_success;

323: --
324: -- Output parameters:
325: -- x_return_status
326: -- if the validate_against_rules API succeeds, the value is
327: -- fnd_api.g_ret_sts_success;
328: -- if there is an expected error, the value is
329: -- fnd_api.g_ret_sts_error;
330: -- if there is an unexpected error, the value is
331: -- fnd_api.g_ret_sts_unexp_error;

Line 329: -- fnd_api.g_ret_sts_error;

325: -- x_return_status
326: -- if the validate_against_rules API succeeds, the value is
327: -- fnd_api.g_ret_sts_success;
328: -- if there is an expected error, the value is
329: -- fnd_api.g_ret_sts_error;
330: -- if there is an unexpected error, the value is
331: -- fnd_api.g_ret_sts_unexp_error;
332: -- x_msg_count
333: -- if there are one or more errors, the number of error messages

Line 331: -- fnd_api.g_ret_sts_unexp_error;

327: -- fnd_api.g_ret_sts_success;
328: -- if there is an expected error, the value is
329: -- fnd_api.g_ret_sts_error;
330: -- if there is an unexpected error, the value is
331: -- fnd_api.g_ret_sts_unexp_error;
332: -- x_msg_count
333: -- if there are one or more errors, the number of error messages
334: -- in the buffer
335: -- x_msg_data

Line 337: -- (See fnd_api package for more details about the above output parameters)

333: -- if there are one or more errors, the number of error messages
334: -- in the buffer
335: -- x_msg_data
336: -- if there is one and only one error, the error message
337: -- (See fnd_api package for more details about the above output parameters)
338: -- x_number_of_rows
339: -- This returned the number of user suggestions (MMTT records) created
340: --
341: -- Functions: This API will create manual user suggestions. This is

Line 368: -- fnd_api.g_ret_sts_success;

364: --
365: -- Output parameters:
366: -- x_return_status
367: -- if the validate_lot_serial_status API succeeds, the value is
368: -- fnd_api.g_ret_sts_success;
369: -- if there is an expected error, the value is
370: -- fnd_api.g_ret_sts_error;
371: -- if there is an unexpected error, the value is
372: -- fnd_api.g_ret_sts_unexp_error;

Line 370: -- fnd_api.g_ret_sts_error;

366: -- x_return_status
367: -- if the validate_lot_serial_status API succeeds, the value is
368: -- fnd_api.g_ret_sts_success;
369: -- if there is an expected error, the value is
370: -- fnd_api.g_ret_sts_error;
371: -- if there is an unexpected error, the value is
372: -- fnd_api.g_ret_sts_unexp_error;
373: -- x_msg_count
374: -- if there are one or more errors, the number of error messages

Line 372: -- fnd_api.g_ret_sts_unexp_error;

368: -- fnd_api.g_ret_sts_success;
369: -- if there is an expected error, the value is
370: -- fnd_api.g_ret_sts_error;
371: -- if there is an unexpected error, the value is
372: -- fnd_api.g_ret_sts_unexp_error;
373: -- x_msg_count
374: -- if there are one or more errors, the number of error messages
375: -- in the buffer
376: -- x_msg_data

Line 378: -- (See fnd_api package for more details about the above output parameters)

374: -- if there are one or more errors, the number of error messages
375: -- in the buffer
376: -- x_msg_data
377: -- if there is one and only one error, the error message
378: -- (See fnd_api package for more details about the above output parameters)
379: -- x_validation_passed
380: -- if lot serial status validation passed, the value is 'Y' else 'N'
381: -- x_invalid_value
382: -- if validation fails, which lot or serial number has an invalid

Line 412: -- fnd_api.g_ret_sts_success;

408: --
409: -- Output parameters:
410: -- x_return_status
411: -- if the validate_lot_serial_status API succeeds, the value is
412: -- fnd_api.g_ret_sts_success;
413: -- if there is an expected error, the value is
414: -- fnd_api.g_ret_sts_error;
415: -- if there is an unexpected error, the value is
416: -- fnd_api.g_ret_sts_unexp_error;

Line 414: -- fnd_api.g_ret_sts_error;

410: -- x_return_status
411: -- if the validate_lot_serial_status API succeeds, the value is
412: -- fnd_api.g_ret_sts_success;
413: -- if there is an expected error, the value is
414: -- fnd_api.g_ret_sts_error;
415: -- if there is an unexpected error, the value is
416: -- fnd_api.g_ret_sts_unexp_error;
417: -- x_msg_count
418: -- if there are one or more errors, the number of error messages

Line 416: -- fnd_api.g_ret_sts_unexp_error;

412: -- fnd_api.g_ret_sts_success;
413: -- if there is an expected error, the value is
414: -- fnd_api.g_ret_sts_error;
415: -- if there is an unexpected error, the value is
416: -- fnd_api.g_ret_sts_unexp_error;
417: -- x_msg_count
418: -- if there are one or more errors, the number of error messages
419: -- in the buffer
420: -- x_msg_data

Line 422: -- (See fnd_api package for more details about the above output parameters)

418: -- if there are one or more errors, the number of error messages
419: -- in the buffer
420: -- x_msg_data
421: -- if there is one and only one error, the error message
422: -- (See fnd_api package for more details about the above output parameters)
423: --
424: -- Functions: -- This API reverts the updates of the suggested volume,
425: -- weight and units capacity of all locators when a user
426: -- directed putaway occurs. If the rules engine is

Line 449: -- fnd_api.g_ret_sts_success;

445: --
446: -- Output parameters:
447: -- x_return_status
448: -- if the validate_lot_serial_status API succeeds, the value is
449: -- fnd_api.g_ret_sts_success;
450: -- if there is an expected error, the value is
451: -- fnd_api.g_ret_sts_error;
452: -- if there is an unexpected error, the value is
453: -- fnd_api.g_ret_sts_unexp_error;

Line 451: -- fnd_api.g_ret_sts_error;

447: -- x_return_status
448: -- if the validate_lot_serial_status API succeeds, the value is
449: -- fnd_api.g_ret_sts_success;
450: -- if there is an expected error, the value is
451: -- fnd_api.g_ret_sts_error;
452: -- if there is an unexpected error, the value is
453: -- fnd_api.g_ret_sts_unexp_error;
454: -- x_msg_count
455: -- if there are one or more errors, the number of error messages

Line 453: -- fnd_api.g_ret_sts_unexp_error;

449: -- fnd_api.g_ret_sts_success;
450: -- if there is an expected error, the value is
451: -- fnd_api.g_ret_sts_error;
452: -- if there is an unexpected error, the value is
453: -- fnd_api.g_ret_sts_unexp_error;
454: -- x_msg_count
455: -- if there are one or more errors, the number of error messages
456: -- in the buffer
457: -- x_msg_data

Line 459: -- (See fnd_api package for more details about the above output parameters)

455: -- if there are one or more errors, the number of error messages
456: -- in the buffer
457: -- x_msg_data
458: -- if there is one and only one error, the error message
459: -- (See fnd_api package for more details about the above output parameters)
460: -- x_crossdock
461: -- Returns 'Y' if there is a crossdock opportunity,
462: -- 'N' if no crossdocking or procedure call errored out
463: --