DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on FND_API

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 284: -- fnd_api.g_ret_sts_success;

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

Line 286: -- fnd_api.g_ret_sts_error;

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

Line 288: -- fnd_api.g_ret_sts_unexp_error;

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

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

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

Line 329: -- fnd_api.g_ret_sts_success;

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

Line 331: -- fnd_api.g_ret_sts_error;

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

Line 333: -- fnd_api.g_ret_sts_unexp_error;

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

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

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

Line 370: -- fnd_api.g_ret_sts_success;

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

Line 372: -- fnd_api.g_ret_sts_error;

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

Line 374: -- fnd_api.g_ret_sts_unexp_error;

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

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

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

Line 414: -- fnd_api.g_ret_sts_success;

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

Line 416: -- fnd_api.g_ret_sts_error;

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

Line 418: -- fnd_api.g_ret_sts_unexp_error;

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

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

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

Line 451: -- fnd_api.g_ret_sts_success;

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

Line 453: -- fnd_api.g_ret_sts_error;

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

Line 455: -- fnd_api.g_ret_sts_unexp_error;

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

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

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