DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on HZ_PARTY_SITES

Line 2047: hz_party_sites hzps, -- Bug 5620285

2043: ap_invoices inv, --Bug6040657. Changed from ap_invoices_all to ap_invoices
2044: ap_payment_schedules_all ps,
2045: ap_system_parameters_all asp,
2046: hz_parties hzp,
2047: hz_party_sites hzps, -- Bug 5620285
2048: hz_locations hzl -- Bug 5620285
2049: WHERE ps.checkrun_id is null -- Bug 5705276. Regression
2050: AND ((due_date <= p_pay_thru_date +0/24+1 and
2051: due_date >= nvl(p_pay_from_date + 0/24,due_date))

Line 2341: hz_party_sites hzps, -- Bug 5620285

2337: ap_invoices inv, --Bug6040657. Changed from ap_invoices_all to ap_invoices
2338: ap_payment_schedules_all ps,
2339: ap_system_parameters_all asp,
2340: hz_parties hzp,
2341: hz_party_sites hzps, -- Bug 5620285
2342: hz_locations hzl -- Bug 5620285
2343: WHERE ps.checkrun_id is null -- Bug 5705276. Regression
2344: AND ((due_date <= p_pay_thru_date +0/24+1 and
2345: due_date >= nvl(p_pay_from_date + 0/24,due_date))