DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 1636: select text_value from wf_item_attribute_values

1632: l_temp_contact_id_list VARCHAR2(2000);
1633: l_temp_item_key VARCHAR2(100);
1634:
1635: CURSOR check_if_item_attr_exists_csr IS
1636: select text_value from wf_item_attribute_values
1637: where item_type='SERVEREQ'
1638: and name = 'CONTACT_PARTY_ID_LIST'
1639: and item_key = l_temp_item_key;
1640: