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 534: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,

530: -- This procedure is used to synchronize the updates on LPNs in WSH
531: -- to WMS due to proration logic
532: PROCEDURE SYNC_PRORATED_LPNS_TO_WMS
533: (
534: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
535: x_return_status OUT NOCOPY VARCHAR2,
536: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
537: )
538: IS

Line 536: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type

532: PROCEDURE SYNC_PRORATED_LPNS_TO_WMS
533: (
534: p_in_rec IN WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type,
535: x_return_status OUT NOCOPY VARCHAR2,
536: x_out_rec OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type
537: )
538: IS
539: --{
540: --