DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPT_MANAGEMENT_UTIL dependencies on WF_ITEMS

Line 395: from wf_items wf

391: p_shortpay_type IN VARCHAR2) RETURN VARCHAR2 IS
392:
393: CURSOR wf_cur IS
394: select 1
395: from wf_items wf
396: where wf.item_type = 'APEXP'
397: and wf.item_key = to_char(p_report_header_id) -- Bug 6841589 (sodash) to solve the invalid number exception
398: and wf.end_date is null
399: and wf.root_activity = p_shortpay_type