DBA Data[Home] [Help]

APPS.AP_WEB_HOLDS_WF dependencies on AP_EXPENSE_REPORT_LINES

Line 1670: from ap_expense_report_lines aerl

1666: where aerh.report_header_id = p_report_header_id
1667: and
1668: exists
1669: (select 1
1670: from ap_expense_report_lines aerl
1671: where aerl.report_header_id = aerh.report_header_id
1672: and aerl.credit_card_trx_id is not null
1673: and nvl(aerl.receipt_required_flag, 'N') = 'Y'
1674: and rownum = 1

Line 2012: from ap_expense_report_lines aerl

2008: and aerh.bothpay_parent_id is null
2009: and
2010: not exists
2011: (select 1
2012: from ap_expense_report_lines aerl
2013: where aerl.report_header_id = aerh.report_header_id
2014: and aerl.credit_card_trx_id IS NULL
2015: and rownum = 1)
2016: and