DBA Data[Home] [Help]

APPS.POS_ASL_TOLERANCE_PKG dependencies on PO_SUPPLIER_ITEM_TOLERANCE

Line 666: delete from po_supplier_item_tolerance

662: show_tolerance(-1);
663:
664: elsif (pos_tol_action = 'SUBMIT') then
665:
666: delete from po_supplier_item_tolerance
667: where asl_id = to_number(p_asl_id)
668: and using_organization_id = -1;
669:
670: FOR l_counter IN 1..to_number(pos_tol_rows) LOOP

Line 673: insert into po_supplier_item_tolerance

669:
670: FOR l_counter IN 1..to_number(pos_tol_rows) LOOP
671: if (pos_days_in_advance(l_counter) is not null and
672: pos_tolerance(l_counter) is not null) then
673: insert into po_supplier_item_tolerance
674: (
675: ASL_ID,
676: USING_ORGANIZATION_ID,
677: NUMBER_OF_DAYS,