DBA Data[Home] [Help]

APPS.AP_IAW_PKG dependencies on WF_ITEMS

Line 3044: FROM wf_items

3040:
3041: BEGIN
3042: SELECT end_date
3043: INTO l_end_date
3044: FROM wf_items
3045: WHERE item_type = 'APINVLDP'
3046: AND item_key = l_invoice_key;
3047:
3048: l_wf_exist := TRUE;