DBA Data[Home] [Help]

APPS.WSH_PR_CRITERIA dependencies on STANDARD

Line 194: -- x_api_status OUT NOCOPY Standard to output api status.

190: -- p_ship_set_id IN Ship set id.
191: -- p_top_model_line_id IN Top model line id, used when ship_set_id is null.
192: -- p_order_header_id IN Order header id.
193: -- OUT:
194: -- x_api_status OUT NOCOPY Standard to output api status.
195: -- End of comments
196: PROCEDURE validate_ss_smc(
197: p_ship_set_id IN NUMBER,
198: p_top_model_line_id IN NUMBER,

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

500: -- p_enforce_ship_set_and_smc IN Whether to enforce Ship Set and SMC validate value Y/N.
501: -- OUT:
502: -- x_src_requested_qty2 OUT NOCOPY Source Secondary Quantity.
503: -- x_skip_detail OUT NOCOPY Ignoring delivery detail since no longer satisfies the pick release criteria,validate value Y/N.
504: -- x_return_status OUT NOCOPY Standard to output api status.
505: -- Bug 4775539 added 4 new out variables
506: -- End of comments
507:
508: PROCEDURE Get_Detail_Lock(

Line 776: -- x_api_status OUT NOCOPY Standard to output api status.

772: -- IN:
773: -- p_batch_id IN batch to be processed
774: -- p_worker_id IN worker id
775: -- OUT:
776: -- x_api_status OUT NOCOPY Standard to output api status.
777: -- End of comments
778:
779: PROCEDURE Init(
780: p_batch_id IN NUMBER,

Line 1534: -- x_api_status OUT NOCOPY Standard to output api status.

1530: -- IN:
1531: -- p_pick_seq_rule_id IN pick sequence rule id.
1532: -- p_pick_grouping_rule_id IN pick grouping rule id.
1533: -- OUT:
1534: -- x_api_status OUT NOCOPY Standard to output api status.
1535: -- End of comments
1536: PROCEDURE Init_Rules (
1537: p_pick_seq_rule_id IN NUMBER,
1538: p_pick_grouping_rule_id IN NUMBER,

Line 1770: -- x_api_status OUT NOCOPY Standard to output api status.

1766: -- p_mode IN Mode (Valid Values : PICK-SS and PICK)
1767: -- p_batch_id IN batch to be processed
1768: -- p_organization_id IN Organization to be processed
1769: -- OUT:
1770: -- x_api_status OUT NOCOPY Standard to output api status.
1771: -- End of comments
1772: PROCEDURE Get_Worker_Records (
1773: p_mode IN VARCHAR2,
1774: p_batch_id IN NUMBER,

Line 1852: -- x_api_status OUT NOCOPY Standard to output api status.

1848: -- OUT:
1849: -- x_worker_count OUT NOCOPY Worker Records Count.
1850: -- x_smc_worker_count OUT NOCOPY SMC Worker Records Count.
1851: -- x_dd_count OUT NOCOPY Delivery Details Records Count.
1852: -- x_api_status OUT NOCOPY Standard to output api status.
1853: -- End of comments
1854:
1855: Procedure Init_Cursor (
1856: p_organization_id IN NUMBER,

Line 2823: -- x_api_status OUT NOCOPY Standard to output api status.

2819: -- p_express_pick_flag IN Express Pick is enabled or not , Valid Values Y/N.
2820: -- p_batch_id IN Pick Release Batch ID.
2821: -- OUT:
2822: -- x_done_flag OUT NOCOPY whether all lines have been fetched
2823: -- x_api_status OUT NOCOPY Standard to output api status.
2824: -- End of comments
2825: Procedure Get_Lines (
2826: p_enforce_ship_set_and_smc IN VARCHAR2,
2827: p_wms_flag IN VARCHAR2,

Line 3452: -- x_api_status OUT NOCOPY Standard to output api status.

3448: -- OUT:
3449: -- x_done_flag OUT NOCOPY whether all lines have been fetched
3450: -- x_skip_detail OUT NOCOPY Ignoring delivery detail since no longer satisfies the pick release criteria,
3451: -- validate value Y/N.
3452: -- x_api_status OUT NOCOPY Standard to output api status.
3453: -- End of comments
3454: PROCEDURE Insert_RL_Row(
3455: p_enforce_ship_set_and_smc IN VARCHAR2,
3456: x_skip_detail OUT NOCOPY VARCHAR2, --Bug# 3248578