DBA Data[Home] [Help]

APPS.POS_ASN_CREATE_PVT dependencies on WSH_PO_INTEGRATION_GRP

Line 1510: l_wsh_in_rec WSH_PO_INTEGRATION_GRP.validateSF_in_rec_type;

1506:
1507: l_msg_count NUMBER;
1508: l_msg_data VARCHAR2(2000);
1509:
1510: l_wsh_in_rec WSH_PO_INTEGRATION_GRP.validateSF_in_rec_type;
1511: l_wsh_out_rec WSH_PO_INTEGRATION_GRP.validateSF_out_rec_type;
1512: BEGIN
1513:
1514: -- Clear global message table.

Line 1511: l_wsh_out_rec WSH_PO_INTEGRATION_GRP.validateSF_out_rec_type;

1507: l_msg_count NUMBER;
1508: l_msg_data VARCHAR2(2000);
1509:
1510: l_wsh_in_rec WSH_PO_INTEGRATION_GRP.validateSF_in_rec_type;
1511: l_wsh_out_rec WSH_PO_INTEGRATION_GRP.validateSF_out_rec_type;
1512: BEGIN
1513:
1514: -- Clear global message table.
1515: IF (p_init_msg_list = 'Y') THEN

Line 1534: WSH_PO_INTEGRATION_GRP.validateASNReceiptShipFrom (

1530:
1531:
1532: -- Call WSH API
1533: -- TODO : uncomment the following call after applying the WSH package to the instance
1534: WSH_PO_INTEGRATION_GRP.validateASNReceiptShipFrom (
1535: p_api_version_number => p_api_version_number,
1536: p_init_msg_list => p_init_msg_list,
1537: p_in_rec => l_wsh_in_rec,
1538: p_commit => fnd_api.g_false,