DBA Data[Home] [Help]

APPS.POS_ASN_CREATE_PVT dependencies on WSH_PO_INTEGRATION_GRP

Line 1511: l_wsh_in_rec WSH_PO_INTEGRATION_GRP.validateSF_in_rec_type;

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

Line 1512: l_wsh_out_rec WSH_PO_INTEGRATION_GRP.validateSF_out_rec_type;

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

Line 1535: WSH_PO_INTEGRATION_GRP.validateASNReceiptShipFrom (

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