DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PO_CORE_S

Line 350: x_inv_install_status := po_core_s.get_product_install_status('INV');

346: IF x_item_status = 'O' THEN
347: X_accrue_on_receipt_flag := 'Y';
348: ELSE
349: IF X_item_status = 'E' THEN
350: x_inv_install_status := po_core_s.get_product_install_status('INV');
351: IF nvl(x_inv_install_status,'N')='I' then
352: --if inventory is installed then
353: X_accrue_on_receipt_flag := 'Y';
354: ELSE