DBA Data[Home] [Help]

APPS.RCV_AVAILABILITY dependencies on STANDARD

Line 663: -- Standard call to check for call compatibility

659: END update_rcv_quantity;
660: BEGIN
661: x_return_status := fnd_api.g_ret_sts_error;
662:
663: -- Standard call to check for call compatibility
664: IF NOT fnd_api.compatible_api_call(l_api_version_number,
665: p_api_version_number,
666: l_api_name,
667: g_pkg_name

Line 858: -- Standard call to check for call compatibility

854: BEGIN
855: x_return_status := fnd_api.g_ret_sts_error;
856: x_valid_status := 'N';
857:
858: -- Standard call to check for call compatibility
859: IF NOT fnd_api.compatible_api_call(l_api_version_number,
860: p_api_version_number,
861: l_api_name,
862: g_pkg_name

Line 964: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED')

960: AND pll.po_line_id = pol.po_line_id
961: AND NVL(pll.approved_flag, 'N') = 'Y'
962: AND NVL(pol.closed_code, 'OPEN') <> 'FINALLY CLOSED'
963: AND NVL(pll.cancel_flag, 'N') = 'N'
964: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED')
965: AND ( p_organization_id IS NULL
966: OR p_organization_id = pll.ship_to_organization_id)
967: AND ( p_item_id IS NULL
968: OR p_item_id = pol.item_id)