DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on OE_WSH_BULK_GRP

Line 38: -- p_line_rec IN OUT OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

34: -- RECEIPT'.
35: --
36: -- Parameters :
37: -- IN OUT:
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

Line 55: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

51: -- Version : 1.0
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

Line 316: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

312: -- Transactions, the p_dd_list will have the set of
313: -- delivery_details that are getting cancelled/reverted.
314: -- Parameters :
315: -- IN OUT:
316: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
317: -- This record structure contains information about the lines to be updated.
318: -- The information may include header id,line id ,line location id and other po
319: -- attributes..
320: -- p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type

Line 341: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

337: -- Initial version 1.0
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,

Line 585: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

581: --{
582: --
583: -- Parameters :
584: -- IN OUT:
585: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
586: -- This record structure contains information about the lines to be updated.
587: -- The information may include header id,line id ,line location id and other po
588: -- attributes..
589: -- p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type

Line 613: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

609: -- Initial version 1.0
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,

Line 1737: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

1733: -- p_line_rec.consolidate_quantity.
1734: --
1735: -- Parameters :
1736: -- IN OUT:
1737: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
1738: -- This record structure contains information about the lines to be updated.
1739: -- The information may include header id,line id ,line location id and other po
1740: -- attributes..
1741: -- p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type

Line 1757: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

1753: -- Initial version 1.0
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

Line 3370: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

3366: -- on the action code and caller passed through the i/p parameter
3367: -- p_action_prms.
3368: -- Parameters :
3369: -- IN:
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

Line 3386: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL,

3382: -- End of comments
3383:
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:

Line 3682: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type

3678: -- Function : This API, changes the status of all the shipment line IDs
3679: -- it receives, from Closed status (L) to Open status 'X'.
3680: -- Parameters :
3681: -- IN:
3682: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type
3683: -- contains the information of the lines to be updated.
3684: -- IN OUT:
3685: --
3686: -- OUT:

Line 3695: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,

3691: -- End of comments
3692:
3693:
3694: PROCEDURE reopen_po(
3695: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,
3696: x_return_status OUT NOCOPY VARCHAR2) IS
3697:
3698:
3699: l_num_warnings NUMBER;

Line 4259: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

4255: -- into wsh_delivery_details, the Bulk_insert API can me made use
4256: -- of .
4257: -- Parameters :
4258: -- IN OUT:
4259: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
4260: -- This record structure contains information about the lines to be updated.
4261: -- The information may include header id,line id ,line location id and other po
4262: -- attributes..
4263: --IN:

Line 4279: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

4275: -- Initial version 1.0
4276: -- End of comments
4277:
4278: Procedure populate_additional_line_info(
4279: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
4280: p_index IN NUMBER,
4281: p_caller IN VARCHAR2,
4282: p_additional_line_info_rec OUT NOCOPY WSH_BULK_PROCESS_PVT.additional_line_info_rec_type ,
4283: x_return_status OUT NOCOPY VARCHAR2) IS

Line 4603: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL

4599: -- Function : This API is used to dervie the wt/volume attributes of p_line_Rec
4600: -- while processing an ASN or RECEIPT
4601: -- Parameters :
4602: -- IN OUT:
4603: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL
4604: -- This record structure contains information about the lines to be updated.
4605: -- The information may include header id,line id ,line location id and other po
4606: -- attributes..
4607: -- p_index IN OUT NOCOPY NUMBER

Line 4616: Procedure Calculate_Wt_Vol(p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

4612: -- Previous version 1.0
4613: -- Initial version 1.0
4614: -- End of comments
4615:
4616: Procedure Calculate_Wt_Vol(p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
4617: p_index IN OUT NOCOPY NUMBER,
4618: x_return_status OUT NOCOPY VARCHAR2) IS
4619:
4620: