DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on STANDARD

Line 4236: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed

4232: -- and Mode is either of the following values.
4233: -- Valid Values :
4234: -- 1) NULL : Implies First Time or Single Worker Mode
4235: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
4236: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
4237: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
4238: -- Parent process will always be restarted after child processes complete
4239: l_request_data := FND_CONC_GLOBAL.Request_Data;
4240: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));

Line 6645: p_log_level IN NUMBER, -- Commented as per GSCC Standards DEFAULT FND_API.G_MISS_NUM log level fix

6641: errbuf OUT NOCOPY VARCHAR2,
6642: retcode OUT NOCOPY VARCHAR2,
6643: p_rule_id IN NUMBER,
6644: p_batch_prefix IN VARCHAR2,
6645: p_log_level IN NUMBER, -- Commented as per GSCC Standards DEFAULT FND_API.G_MISS_NUM log level fix
6646: p_ship_confirm_rule_id IN NUMBER,
6647: p_actual_departure_date IN VARCHAR2,
6648: p_num_workers IN NUMBER
6649: ) IS

Line 6769: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed

6765: -- and Mode is either of the following values.
6766: -- Valid Values :
6767: -- 1) NULL : Implies First Time or Single Worker Mode
6768: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
6769: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
6770: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
6771: -- Parent process will always be restarted after child processes complete
6772: l_request_data := FND_CONC_GLOBAL.Request_Data;
6773: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));

Line 7096: -- x_return_status OUT NOCOPY Standard to output api status.

7092: -- p_detail_ids IN Delivery detail Id.
7093: -- p_auto_pack_ship IN SC - Auto Ship Confirm after Pick Release
7094: -- PS - Auto Pack and Ship Confirm after Pick Release.
7095: -- OUT:
7096: -- x_return_status OUT NOCOPY Standard to output api status.
7097: -- x_request_ids OUT NOCOPY Request ID of concurrent program.
7098: -- End of comments
7099: -- bug# 6719369 (replenishment project): For dynamic replenishment case, WMS passes the delivery detail ids as well as
7100: -- the picking batch id value. In this case it shoud create a new batch by taking the attribute values from the old batch