DBA Data[Home] [Help]

APPS.WSH_ASN_RECEIPT_PVT dependencies on WSH_IB_UI_RECON_GRP

Line 1452: -- p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type

1448: -- 6.Collect the list of unique delivery ids which needs tp be repriced.
1449: --
1450: -- Parameters :
1451: -- IN OUT:
1452: -- p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type
1453: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
1454: -- p_action_prms IN OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type
1455: --IN:
1456: -- p_shipment_header_id IN NUMBER,

Line 1490: p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,

1486: -- Initial version 1.0
1487: -- End of comments
1488:
1489: PROCEDURE Process_Matched_Txns(
1490: p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
1491: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
1492: p_action_prms IN OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type,
1493: p_shipment_header_id IN NUMBER,
1494: p_max_txn_id IN NUMBER,

Line 3585: /* Commenting this as post_process will be now called in the wsh_ib_ui_recon_grp.match_shipemtns API.

3581: x_num_warnings => l_num_warnings,
3582: x_num_errors => l_num_errors);
3583:
3584:
3585: /* Commenting this as post_process will be now called in the wsh_ib_ui_recon_grp.match_shipemtns API.
3586:
3587: IF p_action_prms.caller not like 'WSH_IB_MATCH%' THEN
3588: --{
3589: IF l_debug_on THEN

Line 6976: -- p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type

6972: -- p_net_weight IN NUMBER DEFAULT NULL
6973: -- p_volume IN NUMBER DEFAULT NULL
6974: -- x_release_status IN VARCHAR2
6975: -- IN OUT:
6976: -- p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type
6977: -- A table of records used only within this package.It gets its data
6978: -- from the record structure p_line_rec and also from other API calls
6979: -- made from the API process_matched_txns of this Package.
6980: -- l_update_dd_rec IN OUT NOCOPY update_dd_rec_type

Line 7000: p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,

6996:
6997:
6998:
6999: Procedure populate_update_dd_rec(
7000: p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
7001: p_index IN NUMBER,
7002: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,
7003: p_gross_weight IN NUMBER DEFAULT NULL,
7004: p_net_weight IN NUMBER DEFAULT NULL,