DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on WF_ITEMS

Line 483: wf_items wf

479: ------------------------------------------------------------
480: select ame_util.booleanAttributeTrue
481: into l_is_missing_shortpay
482: from ap_expense_report_headers aerh,
483: wf_items wf
484: where aerh.report_header_id = p_report_header_id
485: and aerh.shortpay_parent_id is not null
486: and wf.item_type = l_apexp
487: and wf.Item_key = to_char(aerh.report_header_id) -- Bug 6841589 (sodash) to solve the invalid number exception