DBA Data[Home] [Help]

APPS.WSH_LPN_SYNC_COMM_PKG dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 11: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,

7: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_LPN_SYNC_COMM_PKG';
8: --
9: PROCEDURE SYNC_LPNS_TO_WMS
10: (
11: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
12: x_return_status OUT NOCOPY VARCHAR2,
13: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
14: )
15: IS

Line 13: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type

9: PROCEDURE SYNC_LPNS_TO_WMS
10: (
11: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
12: x_return_status OUT NOCOPY VARCHAR2,
13: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
14: )
15: IS
16: --{
17: l_return_status VARCHAR2(10);

Line 541: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,

537: -- This procedure is used to synchronize the updates on LPNs in WSH
538: -- to WMS due to proration logic
539: PROCEDURE SYNC_PRORATED_LPNS_TO_WMS
540: (
541: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
542: x_return_status OUT NOCOPY VARCHAR2,
543: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
544: )
545: IS

Line 543: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type

539: PROCEDURE SYNC_PRORATED_LPNS_TO_WMS
540: (
541: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
542: x_return_status OUT NOCOPY VARCHAR2,
543: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
544: )
545: IS
546: --{
547: --