DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on AP_TOLERANCE_TEMPLATES

Line 8343: FROM ap_tolerance_templates

8339: G_GOODS_TOLERANCES(p_tolerance_id).max_qty_rec_tolerance,
8340: G_GOODS_TOLERANCES(p_tolerance_id).ship_amt_tolerance,
8341: G_GOODS_TOLERANCES(p_tolerance_id).rate_amt_tolerance,
8342: G_GOODS_TOLERANCES(p_tolerance_id).total_amt_tolerance
8343: FROM ap_tolerance_templates
8344: WHERE tolerance_id = p_tolerance_id;
8345:
8346: END IF;
8347: END IF;

Line 8367: FROM ap_tolerance_templates

8363: G_SERVICES_TOLERANCES(p_services_tolerance_id).max_amt_rec_tolerance,
8364: G_SERVICES_TOLERANCES(p_services_tolerance_id).ser_ship_amt_tolerance,
8365: G_SERVICES_TOLERANCES(p_services_tolerance_id).ser_rate_amt_tolerance,
8366: G_SERVICES_TOLERANCES(p_services_tolerance_id).ser_total_amt_tolerance
8367: FROM ap_tolerance_templates
8368: WHERE tolerance_id = p_services_tolerance_id;
8369: END IF;
8370: END IF;
8371: