DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on AP_PAYMENT_SCHEDULES_ALL

Line 3185: ap_payment_schedules_all parent_aps

3181: 'Y','PAID','N','INVOICED','P','PARPAID',NULL) ) invoice_status
3182: FROM ap_expense_report_headers_all parent_aerh,
3183: ap_expense_report_headers_all main_aerh,
3184: ap_invoices_all parent_ai,
3185: ap_payment_schedules_all parent_aps
3186: WHERE
3187: main_aerh.bothpay_parent_id = parent_aerh.report_header_id (+) and
3188: parent_aerh.vouchno = parent_ai.invoice_id and
3189: parent_ai.invoice_id = parent_aps.invoice_id and

Line 3201: ap_payment_schedules_all main_aps

3197: 'Y','PAID','N','INVOICED','P','PARPAID',NULL) ) invoice_status
3198: FROM
3199: ap_expense_report_headers_all main_aerh,
3200: ap_invoices_all main_ai,
3201: ap_payment_schedules_all main_aps
3202: WHERE
3203: main_aerh.vouchno = main_ai.invoice_id and
3204: main_ai.invoice_id = main_aps.invoice_id and
3205: main_aerh.vouchno = l_invoice_id

Line 3217: ap_payment_schedules_all child_aps

3213: FROM
3214: ap_expense_report_headers_all child_aerh,
3215: ap_expense_report_headers_all main_aerh,
3216: ap_invoices_all child_ai,
3217: ap_payment_schedules_all child_aps
3218: WHERE child_aerh.bothpay_parent_id (+) = main_aerh.report_header_id and
3219: child_aerh.vouchno = child_ai.invoice_id and
3220: child_ai.invoice_id = child_aps.invoice_id and
3221: main_aerh.vouchno = l_invoice_id;