DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PO_ITEMS_SV2

Line 240: po_items_sv2.get_item_status(x_item_id,

236: 'D' = item defined but not stockable in org
237: null = item not defined in org
238: *******************************************************************/
239: if x_item_id is not null then
240: po_items_sv2.get_item_status(x_item_id,
241: l_ship_to_organization_id,
242: x_item_status );
243: end if;
244: /******************************************************************/