DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on WF_ITEM_ATTR_VALUES_ONDEMAND

Line 1311: select distinct item_key from wf_item_attr_values_ondemand

1307: -- Begin bug 7703313
1308: l_itemkey varchar2(240);
1309:
1310: cursor get_cr_itemkey(c_id number) is
1311: select distinct item_key from wf_item_attr_values_ondemand
1312: where name = 'BANKRUPTCY_ID' and number_value = c_id and item_type = 'IEXDELCR';
1313: cursor get_cs_itemkey(c_id number) is
1314: select distinct item_key from wf_item_attr_values_ondemand
1315: where name = 'BANKRUPTCY_ID' and number_value = c_id and item_type = 'IEXDELCS';

Line 1314: select distinct item_key from wf_item_attr_values_ondemand

1310: cursor get_cr_itemkey(c_id number) is
1311: select distinct item_key from wf_item_attr_values_ondemand
1312: where name = 'BANKRUPTCY_ID' and number_value = c_id and item_type = 'IEXDELCR';
1313: cursor get_cs_itemkey(c_id number) is
1314: select distinct item_key from wf_item_attr_values_ondemand
1315: where name = 'BANKRUPTCY_ID' and number_value = c_id and item_type = 'IEXDELCS';
1316: -- End bug 7703313
1317:
1318: begin