DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 1574: select text_value from wf_item_attribute_values

1570: l_temp_contact_id_list VARCHAR2(2000);
1571: l_temp_item_key VARCHAR2(100);
1572:
1573: CURSOR check_if_item_attr_exists_csr IS
1574: select text_value from wf_item_attribute_values
1575: where item_type='SERVEREQ'
1576: and name = 'CONTACT_PARTY_ID_LIST'
1577: and item_key = l_temp_item_key;
1578: