DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_EXP_REPORT_DISTS

Line 15837: FROM ap_exp_report_dists_all

15833: AND expenditure_type IS NULL
15834: AND expenditure_item_date IS NULL
15835: AND EXISTS
15836: (SELECT project_id
15837: FROM ap_exp_report_dists_all
15838: WHERE report_line_id = aerl.report_line_id
15839: AND project_id IS NOT NULL
15840: );
15841: EXCEPTION

Line 17227: from ap_exp_report_dists

17223: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'start IsExpAccountsUpdated');
17224:
17225: select decode(nvl(preparer_modified_flag, 'N'), 'Y', AP_WEB_FND_LOOKUPS_PKG.getYesNoMeaning('Y'), null)
17226: into l_ExpAccountsUpdated
17227: from ap_exp_report_dists
17228: where report_line_id = p_report_line_id
17229: and rownum = 1;
17230:
17231: