DBA Data[Home] [Help]

APPS.ZPB_AC_OPS dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 1769: from WF_ITEM_ATTRIBUTE_VALUES

1765: and ac.status_code in ('COMPLETE','ERROR','COMPLETE_WITH_WARNING');
1766:
1767: CURSOR c_wfItemKey is
1768: select /*+ FIRST_ROWS */ item_key
1769: from WF_ITEM_ATTRIBUTE_VALUES
1770: where item_type = 'ZPBSCHED'
1771: and name = 'ACID'
1772: and number_value = ac_id_in;
1773: v_wfItemKey c_wfItemKey%ROWTYPE;