DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on STANDARD

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

4140: -- and Mode is either of the following values.
4141: -- Valid Values :
4142: -- 1) NULL : Implies First Time or Single Worker Mode
4143: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
4144: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
4145: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
4146: -- Parent process will always be restarted after child processes complete
4147: l_request_data := FND_CONC_GLOBAL.Request_Data;
4148: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));

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

6506: errbuf OUT NOCOPY VARCHAR2,
6507: retcode OUT NOCOPY VARCHAR2,
6508: p_rule_id IN NUMBER,
6509: p_batch_prefix IN VARCHAR2,
6510: p_log_level IN NUMBER, -- Commented as per GSCC Standards DEFAULT FND_API.G_MISS_NUM log level fix
6511: p_ship_confirm_rule_id IN NUMBER,
6512: p_actual_departure_date IN VARCHAR2,
6513: p_num_workers IN NUMBER
6514: ) IS

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

6626: -- and Mode is either of the following values.
6627: -- Valid Values :
6628: -- 1) NULL : Implies First Time or Single Worker Mode
6629: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
6630: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
6631: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
6632: -- Parent process will always be restarted after child processes complete
6633: l_request_data := FND_CONC_GLOBAL.Request_Data;
6634: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));

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

6950: -- p_detail_ids IN Delivery detail Id.
6951: -- p_auto_pack_ship IN SC - Auto Ship Confirm after Pick Release
6952: -- PS - Auto Pack and Ship Confirm after Pick Release.
6953: -- OUT:
6954: -- x_return_status OUT NOCOPY Standard to output api status.
6955: -- x_request_ids OUT NOCOPY Request ID of concurrent program.
6956: -- End of comments
6957: -- bug# 6719369 (replenishment project): For dynamic replenishment case, WMS passes the delivery detail ids as well as
6958: -- the picking batch id value. In this case it shoud create a new batch by taking the attribute values from the old batch