DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_BULK_TYPES_GRP

Line 42: -- p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype

38: -- p_line_rec IN OUT OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
39: -- This record structure contains information about the lines to be updated.
40: -- The information may include header id,line id ,line location id and other po
41: -- attributes..
42: -- p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype
43: -- The record which specifies the caller, actio to be performed(REAPPROVE)
44: --IN :
45: -- p_dd_list IN dd_list_type
46: -- This is the record structure which contains the list of delivery details and the

Line 56: p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype,

52: -- Previous version 1.0
53:
54: PROCEDURE Reapprove_PO(
55: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
56: p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype,
57: p_dd_list IN dd_list_type,
58: x_return_status OUT NOCOPY VARCHAR2)
59: IS
60:

Line 326: -- p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype

322: -- the respective delivery.
323: -- p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,
324: -- This contains the list of delviery details for which weight and volume needs to
325: -- be re-calculated.
326: -- p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype
327: -- The record which specifies the caller, actio to be performed(REAPPROVE,CANCEL_ASN,RECEIPT,ASN)
328: --IN :
329: -- p_dd_list IN dd_list_type
330: -- This is the record structure which contains the list of delivery details and the

Line 342: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,

338: -- End of comments
339:
340: Procedure Update_Attributes(
341: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
342: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
343: p_dd_list IN dd_list_type,
344: p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type,
345: p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,
346: x_return_status OUT NOCOPY VARCHAR2) IS

Line 596: -- WSH_BULK_TYPES_GRP.action_parameters_rectype

592: -- p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,
593: -- This contains the list of delviery details for which weight and volume needs to
594: -- be re-calculated.
595: -- p_action_prms IN OUT NOCOPY
596: -- WSH_BULK_TYPES_GRP.action_parameters_rectype
597: -- The record which specifies the caller, actio to be performed(REAPPROVE,CANCEL_ASN,RECEIPT,ASN)
598: --IN :
599: -- p_dd_id IN NUMBER
600: -- This parameter will have value only if the p_dd_list in the update_attributes is populated

Line 614: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,

610: -- End of comments
611:
612: Procedure Update_dd_attributes(
613: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
614: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
615: p_dd_id IN NUMBER,
616: p_line_rec_index IN NUMBER,
617: p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type,
618: p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,

Line 788: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

784: /*l_del_edd date; -- Earliest Drop Off Date Bug#: 3145863
785: l_del_ldd date; -- Latest Drop Off Date Bug#: 3145863*/
786:
787: l_shippingControlTurnedOn BOOLEAN := FALSE;
788: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
789:
790: e_wdd_locked EXCEPTION ;
791: PRAGMA EXCEPTION_INIT(e_wdd_locked,-54);
792: --

Line 1747: -- p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype

1743: -- the respective delivery.
1744: -- p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,
1745: -- This contains the list of delviery details for which weight and volume needs to
1746: -- be re-calculated.
1747: -- p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype
1748: -- The record which specifies the caller, actio to be performed(REAPPROVE,CANCEL_ASN,RECEIPT,ASN)
1749: -- OUT:
1750: -- x_return_status OUT NOCOPY VARCHAR2
1751: -- Version : 1.0

Line 1758: p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype,

1754: -- End of comments
1755:
1756: PROCEDURE Update_Quantity(
1757: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
1758: p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype,
1759: p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type,
1760: p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,
1761: x_return_status OUT NOCOPY VARCHAR2) IS
1762:

Line 1962: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

1958:
1959: -- Bug 3395410 : Added the following variable.
1960: l_routing_response_send VARCHAR2(1);
1961:
1962: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
1963:
1964: l_ind NUMBER;
1965: j NUMBER;
1966:

Line 3374: -- WSH_BULK_TYPES_GRP.action_parameters_rectype

3370: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
3371: -- This record structure contains information about the lines to be deleted.
3372: -- The information may include header id,line id ,line location id etc.
3373: -- p_action_prms IN OUT NOCOPY
3374: -- WSH_BULK_TYPES_GRP.action_parameters_rectype
3375: -- The record which specifies the caller, actio to be performed(Close/Cancel)
3376: -- IN OUT:
3377: -- OUT:
3378: -- x_return_status OUT NOCOPY VARCHAR2

Line 3388: WSH_BULK_TYPES_GRP.action_parameters_rectype,

3384:
3385: PROCEDURE cancel_close_po(
3386: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL,
3387: p_action_prms IN OUT NOCOPY
3388: WSH_BULK_TYPES_GRP.action_parameters_rectype,
3389: x_return_status OUT NOCOPY VARCHAR2) IS
3390:
3391: -- Cursor to fetch the open delivery detail ids that needs to be either cancelled of closed
3392: -- based on the action code that is being passed to the API.