DBA Data[Home] [Help]

APPS.RCV_AVAILABILITY dependencies on STANDARD

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

704: END update_rcv_quantity;
705: BEGIN
706: x_return_status := fnd_api.g_ret_sts_error;
707:
708: -- Standard call to check for call compatibility
709: IF NOT fnd_api.compatible_api_call(l_api_version_number,
710: p_api_version_number,
711: l_api_name,
712: g_pkg_name

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

948: BEGIN
949: x_return_status := fnd_api.g_ret_sts_error;
950: x_valid_status := 'N';
951:
952: -- Standard call to check for call compatibility
953: IF NOT fnd_api.compatible_api_call(l_api_version_number,
954: p_api_version_number,
955: l_api_name,
956: g_pkg_name

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

1073: AND pll.po_line_id = pol.po_line_id
1074: AND NVL(pll.approved_flag, 'N') = 'Y'
1075: AND NVL(pol.closed_code, 'OPEN') <> 'FINALLY CLOSED'
1076: AND NVL(pll.cancel_flag, 'N') = 'N'
1077: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED')
1078: AND ( p_organization_id IS NULL
1079: OR p_organization_id = pll.ship_to_organization_id)
1080: AND ( p_item_id IS NULL
1081: OR p_item_id = pol.item_id)