DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on WF_ITEMS

Line 477: wf_items wf

473: ------------------------------------------------------------
474: select ame_util.booleanAttributeTrue
475: into l_is_missing_shortpay
476: from ap_expense_report_headers aerh,
477: wf_items wf
478: where aerh.report_header_id = p_report_header_id
479: and aerh.shortpay_parent_id is not null
480: and wf.item_type = l_apexp
481: and wf.Item_key = to_char(aerh.report_header_id) -- Bug 6841589 (sodash) to solve the invalid number exception