DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on INV_ATTRIBUTE_CONTROL_PVT

Line 681: if (inv_attribute_control_pvt.check_pending_adjustments

677: /*Bug 6501149 Code changes ends */
678:
679: --Following code added for Bug 3058650
680: if (x_onhand_rev <> 1) then
681: if (inv_attribute_control_pvt.check_pending_adjustments
682: (p_org_id => p_org_id,
683: p_item_id => p_item_id,
684: p_source_item => 'REVISION_QTY_CONTROL_CODE')) then
685: x_pendadj_rev := 1;

Line 689: if (inv_attribute_control_pvt.check_pending_adjustments

685: x_pendadj_rev := 1;
686: end if ;
687: end if ;
688: if (x_onhand_lot <> 1) then
689: if (inv_attribute_control_pvt.check_pending_adjustments
690: (p_org_id => p_org_id,
691: p_item_id => p_item_id,
692: p_source_item => 'LOT_CONTROL_CODE')) then
693: x_pendadj_lot := 1;

Line 697: if (inv_attribute_control_pvt.check_pending_adjustments

693: x_pendadj_lot := 1;
694: end if;
695: end if;
696: if (x_onhand_loc <> 1) then
697: if (inv_attribute_control_pvt.check_pending_adjustments
698: (p_org_id => p_org_id,
699: p_item_id => p_item_id,
700: p_source_item => 'LOCATION_CONTROL_CODE')) then
701: x_pendadj_loc := 1;

Line 704: if (INV_ATTRIBUTE_CONTROL_PVT.ato_uncheck(p_org_id => p_org_id,

700: p_source_item => 'LOCATION_CONTROL_CODE')) then
701: x_pendadj_loc := 1;
702: end if;
703: end if;
704: if (INV_ATTRIBUTE_CONTROL_PVT.ato_uncheck(p_org_id => p_org_id,
705: p_item_id => p_item_id)) then
706: x_so_ato := 1;
707: end if;
708:

Line 711: if (inv_attribute_control_pvt.check_pending_adjustments

707: end if;
708:
709: -- Start Bug 3713912
710: if (x_onhand_tracking_qty_ind <> 1) then
711: if (inv_attribute_control_pvt.check_pending_adjustments
712: (p_org_id => p_org_id,
713: p_item_id => p_item_id,
714: p_source_item => 'TRACKING_QTY_IND')) then
715: x_pendadj_tracking_qty_ind := 1;

Line 719: if (inv_attribute_control_pvt.check_pending_adjustments

715: x_pendadj_tracking_qty_ind := 1;
716: end if;
717: end if;
718: if (x_onhand_primary_uom <> 1) then
719: if (inv_attribute_control_pvt.check_pending_adjustments
720: (p_org_id => p_org_id,
721: p_item_id => p_item_id,
722: p_source_item => 'PRIMARY_UOM_CODE')) then
723: x_pendadj_primary_uom := 1;

Line 727: if (inv_attribute_control_pvt.check_pending_adjustments

723: x_pendadj_primary_uom := 1;
724: end if;
725: end if;
726: if (x_onhand_secondary_uom <> 1) then
727: if (inv_attribute_control_pvt.check_pending_adjustments
728: (p_org_id => p_org_id,
729: p_item_id => p_item_id,
730: p_source_item => 'SECONDARY_UOM_CODE')) then
731: x_pendadj_secondary_uom := 1;

Line 735: if (inv_attribute_control_pvt.check_pending_adjustments

731: x_pendadj_secondary_uom := 1;
732: end if;
733: end if;
734: if (x_onhand_sec_default_ind <> 1) then
735: if (inv_attribute_control_pvt.check_pending_adjustments
736: (p_org_id => p_org_id,
737: p_item_id => p_item_id,
738: p_source_item => 'SECONDARY_DEFAULT_IND')) then
739: x_pendadj_sec_default_ind := 1;

Line 743: if (inv_attribute_control_pvt.check_pending_adjustments

739: x_pendadj_sec_default_ind := 1;
740: end if;
741: end if;
742: if (x_onhand_deviation_high <> 1) then
743: if (inv_attribute_control_pvt.check_pending_adjustments
744: (p_org_id => p_org_id,
745: p_item_id => p_item_id,
746: p_source_item => 'DUAL_UOM_DEVIATION_HIGH')) then
747: x_pendadj_deviation_high := 1;

Line 751: if (inv_attribute_control_pvt.check_pending_adjustments

747: x_pendadj_deviation_high := 1;
748: end if;
749: end if;
750: if (x_onhand_deviation_low <> 1) then
751: if (inv_attribute_control_pvt.check_pending_adjustments
752: (p_org_id => p_org_id,
753: p_item_id => p_item_id,
754: p_source_item => 'DUAL_UOM_DEVIATION_LOW')) then
755: x_pendadj_deviation_low := 1;

Line 759: if (inv_attribute_control_pvt.check_pending_adjustments

755: x_pendadj_deviation_low := 1;
756: end if;
757: end if;
758: if (x_onhand_child_lot <> 1) then
759: if (inv_attribute_control_pvt.check_pending_adjustments
760: (p_org_id => p_org_id,
761: p_item_id => p_item_id,
762: p_source_item => 'CHILD_LOT_FLAG')) then
763: X_pendadj_child_lot := 1;

Line 767: if (inv_attribute_control_pvt.check_pending_adjustments

763: X_pendadj_child_lot := 1;
764: end if;
765: end if;
766: if (x_onhand_lot_divisible <> 1) then
767: if (inv_attribute_control_pvt.check_pending_adjustments
768: (p_org_id => p_org_id,
769: p_item_id => p_item_id,
770: p_source_item => 'LOT_DIVISIBLE_FLAG')) then
771: x_pendadj_lot_divisible := 1;

Line 775: if (inv_attribute_control_pvt.check_pending_adjustments

771: x_pendadj_lot_divisible := 1;
772: end if;
773: end if;
774: if (x_onhand_grade <> 1) then
775: if (inv_attribute_control_pvt.check_pending_adjustments
776: (p_org_id => p_org_id,
777: p_item_id => p_item_id,
778: p_source_item => 'GRADE_CONTROL_FLAG')) then
779: x_pendadj_grade := 1;