DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_TERMS_LINES

Line 1172: FROM ap_terms apt, ap_terms_lines atl

1168: BEGIN
1169: --these are not multi-org table so should be fine
1170: SELECT apt.term_id
1171: INTO l_interest_terms_id
1172: FROM ap_terms apt, ap_terms_lines atl
1173: WHERE apt.term_id = atl.term_id
1174: AND atl.due_days=0
1175: AND nvl(end_date_active,sysdate+1) >= sysdate
1176: AND rownum < 2;