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: BEGIN

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

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