DBA Data[Home] [Help]

APPS.WSH_LPN_SYNC_COMM_PKG dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 13: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,

9: -- This procedure is used to synchronize the updates and actions on LPNs in WSH
10: -- to WMS
11: PROCEDURE SYNC_LPNS_TO_WMS
12: (
13: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
14: x_return_status OUT NOCOPY VARCHAR2,
15: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
16: );
17:

Line 15: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type

11: PROCEDURE SYNC_LPNS_TO_WMS
12: (
13: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
14: x_return_status OUT NOCOPY VARCHAR2,
15: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
16: );
17:
18: --
19: -- This procedure is used to synchronize the updates on LPNs in WSH

Line 23: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,

19: -- This procedure is used to synchronize the updates on LPNs in WSH
20: -- to WMS due to proration logic
21: PROCEDURE SYNC_PRORATED_LPNS_TO_WMS
22: (
23: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
24: x_return_status OUT NOCOPY VARCHAR2,
25: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
26: );
27:

Line 25: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type

21: PROCEDURE SYNC_PRORATED_LPNS_TO_WMS
22: (
23: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
24: x_return_status OUT NOCOPY VARCHAR2,
25: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
26: );
27:
28: END WSH_LPN_SYNC_COMM_PKG;