DBA Data[Home] [Help]

APPS.AP_CUSTOM_INT_INV_PKG dependencies on AP_PAYMENT_SCHEDULES

Line 115: FROM ap_payment_schedules

111: l_interest_formula,
112: l_interest_grace_days,
113: l_penalty_type,
114: l_penalty_rate_amount
115: FROM ap_payment_schedules
116: WHERE invoice_id = p_invoice_id
117: AND payment_num = p_payment_num;
118:
119: debug_info := 'apcci Int Type '||l_interest_type;