DBA Data[Home] [Help]

APPS.WSH_IB_TXN_MATCH_PKG dependencies on OE_WSH_BULK_GRP

Line 7: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

3:
4: PROCEDURE matchTransaction
5: (
6: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
7: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
8: x_return_status OUT NOCOPY VARCHAR2
9: );
10:
11: PROCEDURE handlePriorReceipts

Line 14: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,

10:
11: PROCEDURE handlePriorReceipts
12: (
13: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
14: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.Line_rec_type,
15: x_return_status OUT NOCOPY VARCHAR2
16: );
17:
18: END WSH_IB_TXN_MATCH_PKG;