DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on AP_TOLERANCE_TEMPLATES

Line 11390: FROM ap_tolerance_templates

11386: G_GOODS_TOLERANCES(p_tolerance_id).max_qty_rec_tolerance,
11387: G_GOODS_TOLERANCES(p_tolerance_id).ship_amt_tolerance,
11388: G_GOODS_TOLERANCES(p_tolerance_id).rate_amt_tolerance,
11389: G_GOODS_TOLERANCES(p_tolerance_id).total_amt_tolerance
11390: FROM ap_tolerance_templates
11391: WHERE tolerance_id = p_tolerance_id;
11392:
11393: END IF;
11394: END IF;

Line 11414: FROM ap_tolerance_templates

11410: G_SERVICES_TOLERANCES(p_services_tolerance_id).max_amt_rec_tolerance,
11411: G_SERVICES_TOLERANCES(p_services_tolerance_id).ser_ship_amt_tolerance,
11412: G_SERVICES_TOLERANCES(p_services_tolerance_id).ser_rate_amt_tolerance,
11413: G_SERVICES_TOLERANCES(p_services_tolerance_id).ser_total_amt_tolerance
11414: FROM ap_tolerance_templates
11415: WHERE tolerance_id = p_services_tolerance_id;
11416: END IF;
11417: END IF;
11418: