DBA Data[Home] [Help]

APPS.WSH_OPSM_ASN_BE_PKG dependencies on WSH_OPSM_ASN_ITEMGENEALOGY_TBL

Line 9: p_out_itemgenealogy OUT NOCOPY wsh_opsm_asn_itemgenealogy_tbl,

5: p_out_delivery OUT NOCOPY wsh_opsm_asn_delivery_tbl ,
6: p_out_container OUT NOCOPY wsh_opsm_asn_containers_tbl ,
7: p_out_items OUT NOCOPY wsh_opsm_asn_items_tbl ,
8: p_out_itemdetails OUT NOCOPY wsh_opsm_asn_itemdetails_tbl ,
9: p_out_itemgenealogy OUT NOCOPY wsh_opsm_asn_itemgenealogy_tbl,
10: x_return_status OUT NOCOPY VARCHAR2 ,
11: x_msg_data OUT NOCOPY VARCHAR2);
12: ---------------------------------------------------------------------------------------
13: --

Line 20: -- p_out_itemgenealogy - It is wsh_opsm_asn_itemgenealogy_tbl Type

16: -- p_out_delivery- It is wsh_opsm_asn_delivery_tbl Type
17: -- p_out_container - It is wsh_opsm_asn_containers_tbl Type
18: -- p_out_items-It is wsh_opsm_asn_items_tbl Type
19: -- p_out_itemdetails - It is wsh_opsm_asn_itemdetails_tbl Type
20: -- p_out_itemgenealogy - It is wsh_opsm_asn_itemgenealogy_tbl Type
21: -- x_return_status-return status of the API
22: -- x_msg_data -return Error Message of the API
23:
24: -- Description: This Procedure takes delivery_id has input and

Line 38: p_out_itemgenealogy OUT NOCOPY wsh_opsm_asn_itemgenealogy_tbl,

34: p_out_delivery OUT NOCOPY wsh_opsm_asn_delivery_tbl ,
35: p_out_container OUT NOCOPY wsh_opsm_asn_containers_tbl ,
36: p_out_items OUT NOCOPY wsh_opsm_asn_items_tbl ,
37: p_out_itemdetails OUT NOCOPY wsh_opsm_asn_itemdetails_tbl ,
38: p_out_itemgenealogy OUT NOCOPY wsh_opsm_asn_itemgenealogy_tbl,
39: x_return_status OUT NOCOPY VARCHAR2 ,
40: x_msg_data OUT NOCOPY VARCHAR2);
41: ---------------------------------------------------------------------------------------
42: -- Procedure: submit_request