DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on INV_ATTRIBUTE_CONTROL_PVT

Line 647: if (inv_attribute_control_pvt.check_pending_adjustments

643: /*Bug 6501149 Code changes ends */
644:
645: --Following code added for Bug 3058650
646: if (x_onhand_rev <> 1) then
647: if (inv_attribute_control_pvt.check_pending_adjustments
648: (p_org_id => p_org_id,
649: p_item_id => p_item_id,
650: p_source_item => 'REVISION_QTY_CONTROL_CODE')) then
651: x_pendadj_rev := 1;

Line 655: if (inv_attribute_control_pvt.check_pending_adjustments

651: x_pendadj_rev := 1;
652: end if ;
653: end if ;
654: if (x_onhand_lot <> 1) then
655: if (inv_attribute_control_pvt.check_pending_adjustments
656: (p_org_id => p_org_id,
657: p_item_id => p_item_id,
658: p_source_item => 'LOT_CONTROL_CODE')) then
659: x_pendadj_lot := 1;

Line 663: if (inv_attribute_control_pvt.check_pending_adjustments

659: x_pendadj_lot := 1;
660: end if;
661: end if;
662: if (x_onhand_loc <> 1) then
663: if (inv_attribute_control_pvt.check_pending_adjustments
664: (p_org_id => p_org_id,
665: p_item_id => p_item_id,
666: p_source_item => 'LOCATION_CONTROL_CODE')) then
667: x_pendadj_loc := 1;

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

666: p_source_item => 'LOCATION_CONTROL_CODE')) then
667: x_pendadj_loc := 1;
668: end if;
669: end if;
670: if (INV_ATTRIBUTE_CONTROL_PVT.ato_uncheck(p_org_id => p_org_id,
671: p_item_id => p_item_id)) then
672: x_so_ato := 1;
673: end if;
674:

Line 677: if (inv_attribute_control_pvt.check_pending_adjustments

673: end if;
674:
675: -- Start Bug 3713912
676: if (x_onhand_tracking_qty_ind <> 1) then
677: if (inv_attribute_control_pvt.check_pending_adjustments
678: (p_org_id => p_org_id,
679: p_item_id => p_item_id,
680: p_source_item => 'TRACKING_QTY_IND')) then
681: x_pendadj_tracking_qty_ind := 1;

Line 685: if (inv_attribute_control_pvt.check_pending_adjustments

681: x_pendadj_tracking_qty_ind := 1;
682: end if;
683: end if;
684: if (x_onhand_primary_uom <> 1) then
685: if (inv_attribute_control_pvt.check_pending_adjustments
686: (p_org_id => p_org_id,
687: p_item_id => p_item_id,
688: p_source_item => 'PRIMARY_UOM_CODE')) then
689: x_pendadj_primary_uom := 1;

Line 693: if (inv_attribute_control_pvt.check_pending_adjustments

689: x_pendadj_primary_uom := 1;
690: end if;
691: end if;
692: if (x_onhand_secondary_uom <> 1) then
693: if (inv_attribute_control_pvt.check_pending_adjustments
694: (p_org_id => p_org_id,
695: p_item_id => p_item_id,
696: p_source_item => 'SECONDARY_UOM_CODE')) then
697: x_pendadj_secondary_uom := 1;

Line 701: if (inv_attribute_control_pvt.check_pending_adjustments

697: x_pendadj_secondary_uom := 1;
698: end if;
699: end if;
700: if (x_onhand_sec_default_ind <> 1) then
701: if (inv_attribute_control_pvt.check_pending_adjustments
702: (p_org_id => p_org_id,
703: p_item_id => p_item_id,
704: p_source_item => 'SECONDARY_DEFAULT_IND')) then
705: x_pendadj_sec_default_ind := 1;

Line 709: if (inv_attribute_control_pvt.check_pending_adjustments

705: x_pendadj_sec_default_ind := 1;
706: end if;
707: end if;
708: if (x_onhand_deviation_high <> 1) then
709: if (inv_attribute_control_pvt.check_pending_adjustments
710: (p_org_id => p_org_id,
711: p_item_id => p_item_id,
712: p_source_item => 'DUAL_UOM_DEVIATION_HIGH')) then
713: x_pendadj_deviation_high := 1;

Line 717: if (inv_attribute_control_pvt.check_pending_adjustments

713: x_pendadj_deviation_high := 1;
714: end if;
715: end if;
716: if (x_onhand_deviation_low <> 1) then
717: if (inv_attribute_control_pvt.check_pending_adjustments
718: (p_org_id => p_org_id,
719: p_item_id => p_item_id,
720: p_source_item => 'DUAL_UOM_DEVIATION_LOW')) then
721: x_pendadj_deviation_low := 1;

Line 725: if (inv_attribute_control_pvt.check_pending_adjustments

721: x_pendadj_deviation_low := 1;
722: end if;
723: end if;
724: if (x_onhand_child_lot <> 1) then
725: if (inv_attribute_control_pvt.check_pending_adjustments
726: (p_org_id => p_org_id,
727: p_item_id => p_item_id,
728: p_source_item => 'CHILD_LOT_FLAG')) then
729: X_pendadj_child_lot := 1;

Line 733: if (inv_attribute_control_pvt.check_pending_adjustments

729: X_pendadj_child_lot := 1;
730: end if;
731: end if;
732: if (x_onhand_lot_divisible <> 1) then
733: if (inv_attribute_control_pvt.check_pending_adjustments
734: (p_org_id => p_org_id,
735: p_item_id => p_item_id,
736: p_source_item => 'LOT_DIVISIBLE_FLAG')) then
737: x_pendadj_lot_divisible := 1;

Line 741: if (inv_attribute_control_pvt.check_pending_adjustments

737: x_pendadj_lot_divisible := 1;
738: end if;
739: end if;
740: if (x_onhand_grade <> 1) then
741: if (inv_attribute_control_pvt.check_pending_adjustments
742: (p_org_id => p_org_id,
743: p_item_id => p_item_id,
744: p_source_item => 'GRADE_CONTROL_FLAG')) then
745: x_pendadj_grade := 1;