DBA Data[Home] [Help]

APPS.INV_QUANTITY_TREE_PUB dependencies on INV_GLOBALS

Line 537: IF (p_demand_source_type_id = inv_globals.G_SOURCETYPE_WIP) THEN

533: RAISE fnd_api.g_exc_unexpected_error;
534: END IF;
535:
536: /*Bug:5209598. Added the follwing code to get the profile values.
537: IF (p_demand_source_type_id = inv_globals.G_SOURCETYPE_WIP) THEN
538: l_override_neg_for_backflush := NVL(fnd_profile.value('INV_OVERRIDE_NEG_FOR_BACKFLUSH'), 2);
539: END IF;*/
540:
541: --Bug 8571657

Line 573: AND NOT( ( p_demand_source_type_id = inv_globals.G_SOURCETYPE_WIP AND

569: OR (p_tree_mode = g_transaction_mode
570: AND p_quantity_type = g_qoh
571: AND p_primary_quantity < 0
572: AND abs(p_primary_quantity) > l_att
573: AND NOT( ( p_demand_source_type_id = inv_globals.G_SOURCETYPE_WIP AND
574: l_override_neg_for_backflush = 1 )
575: OR
576: (l_neg_inv_rcpt = 1)
577: )