DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on FND_API

Line 70: , p_lpn_id IN NUMBER := fnd_api.g_miss_num

66: , p_sign_on_equipment_id IN NUMBER := NULL
67: , p_sign_on_equipment_srl IN VARCHAR2 := NULL
68: , p_task_type IN VARCHAR2 := 'PICKING'
69: , x_nbr_tasks OUT NOCOPY NUMBER
70: , p_lpn_id IN NUMBER := fnd_api.g_miss_num
71: , x_return_status OUT NOCOPY VARCHAR2
72: , x_msg_count OUT NOCOPY NUMBER
73: , x_msg_data OUT NOCOPY VARCHAR2
74: , x_task_type OUT NOCOPY NUMBER

Line 214: , p_init_msg_lst IN VARCHAR2 := fnd_api.g_false

210: );
211:
212: PROCEDURE validate_pick_to_lpn(
213: p_api_version_number IN NUMBER
214: , p_init_msg_lst IN VARCHAR2 := fnd_api.g_false
215: , x_return_status OUT NOCOPY VARCHAR2
216: , x_msg_count OUT NOCOPY NUMBER
217: , x_msg_data OUT NOCOPY VARCHAR2
218: , p_organization_id IN NUMBER

Line 423: , p_txn_source_id IN NUMBER := fnd_api.g_miss_num

419: , p_sub IN VARCHAR := NULL
420: , p_loc IN NUMBER := NULL
421: , x_line_id OUT NOCOPY NUMBER
422: , p_inspection_status IN NUMBER := NULL
423: , p_txn_source_id IN NUMBER := fnd_api.g_miss_num
424: , p_transaction_type_id IN NUMBER := fnd_api.g_miss_num
425: , p_transaction_source_type_id IN NUMBER := fnd_api.g_miss_num
426: , p_wms_process_flag IN NUMBER := NULL
427: , x_return_status OUT NOCOPY VARCHAR2

Line 424: , p_transaction_type_id IN NUMBER := fnd_api.g_miss_num

420: , p_loc IN NUMBER := NULL
421: , x_line_id OUT NOCOPY NUMBER
422: , p_inspection_status IN NUMBER := NULL
423: , p_txn_source_id IN NUMBER := fnd_api.g_miss_num
424: , p_transaction_type_id IN NUMBER := fnd_api.g_miss_num
425: , p_transaction_source_type_id IN NUMBER := fnd_api.g_miss_num
426: , p_wms_process_flag IN NUMBER := NULL
427: , x_return_status OUT NOCOPY VARCHAR2
428: , x_msg_count OUT NOCOPY NUMBER

Line 425: , p_transaction_source_type_id IN NUMBER := fnd_api.g_miss_num

421: , x_line_id OUT NOCOPY NUMBER
422: , p_inspection_status IN NUMBER := NULL
423: , p_txn_source_id IN NUMBER := fnd_api.g_miss_num
424: , p_transaction_type_id IN NUMBER := fnd_api.g_miss_num
425: , p_transaction_source_type_id IN NUMBER := fnd_api.g_miss_num
426: , p_wms_process_flag IN NUMBER := NULL
427: , x_return_status OUT NOCOPY VARCHAR2
428: , x_msg_count OUT NOCOPY NUMBER
429: , x_msg_data OUT NOCOPY VARCHAR2

Line 546: -- p_init_msg_list (optional, default FND_API.G_FALSE)

542: --
543: -- Input Parameters
544: -- p_api_version
545: -- API version number (current version is 1.0)
546: -- p_init_msg_list (optional, default FND_API.G_FALSE)
547: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
548: -- if set to FND_API.G_TRUE
549: -- initialize error message list
550: -- if set to FND_API.G_FALSE - not initialize error

Line 547: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.

543: -- Input Parameters
544: -- p_api_version
545: -- API version number (current version is 1.0)
546: -- p_init_msg_list (optional, default FND_API.G_FALSE)
547: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
548: -- if set to FND_API.G_TRUE
549: -- initialize error message list
550: -- if set to FND_API.G_FALSE - not initialize error
551: -- message list

Line 548: -- if set to FND_API.G_TRUE

544: -- p_api_version
545: -- API version number (current version is 1.0)
546: -- p_init_msg_list (optional, default FND_API.G_FALSE)
547: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
548: -- if set to FND_API.G_TRUE
549: -- initialize error message list
550: -- if set to FND_API.G_FALSE - not initialize error
551: -- message list
552: -- p_pick_lpn_id The LPN ID picked by the user for this pick task

Line 550: -- if set to FND_API.G_FALSE - not initialize error

546: -- p_init_msg_list (optional, default FND_API.G_FALSE)
547: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
548: -- if set to FND_API.G_TRUE
549: -- initialize error message list
550: -- if set to FND_API.G_FALSE - not initialize error
551: -- message list
552: -- p_pick_lpn_id The LPN ID picked by the user for this pick task
553: --
554: -- p_drop_lpn The destination LPN into which the picked

Line 560: -- fnd_api.g_ret_sts_success if all checks pass.

556: --
557: --
558: -- Output Parameters
559: -- x_return_status
560: -- fnd_api.g_ret_sts_success if all checks pass.
561: -- fnd_api.g_ret_sts_error if any check fails.
562: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error
563: -- x_msg_count
564: -- if there is an error (or more than one) error, the number of

Line 561: -- fnd_api.g_ret_sts_error if any check fails.

557: --
558: -- Output Parameters
559: -- x_return_status
560: -- fnd_api.g_ret_sts_success if all checks pass.
561: -- fnd_api.g_ret_sts_error if any check fails.
562: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error
563: -- x_msg_count
564: -- if there is an error (or more than one) error, the number of
565: -- error messages in the buffer

Line 562: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error

558: -- Output Parameters
559: -- x_return_status
560: -- fnd_api.g_ret_sts_success if all checks pass.
561: -- fnd_api.g_ret_sts_error if any check fails.
562: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error
563: -- x_msg_count
564: -- if there is an error (or more than one) error, the number of
565: -- error messages in the buffer
566: -- x_msg_data

Line 571: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,

567: -- if there is only one error, the error message
568:
569: FUNCTION validate_pick_drop_lpn
570: ( p_api_version_number IN NUMBER ,
571: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,
572: p_pick_lpn_id IN NUMBER ,
573: p_organization_id IN NUMBER ,
574: p_drop_lpn IN VARCHAR2 ,
575: p_drop_sub IN VARCHAR2 ,

Line 582: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,

578:
579:
580: PROCEDURE default_pick_drop_lpn
581: ( p_api_version_number IN NUMBER ,
582: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,
583: p_pick_lpn_id IN NUMBER ,
584: p_organization_id IN NUMBER ,
585: x_lpn_number OUT nocopy VARCHAR2);
586: