DBA Data[Home] [Help]

APPS.IEM_TAGPROCESS_PUB dependencies on IEM_ACCOUNT_TAG_KEYS

Line 82: from iem_tag_keys a, iem_account_tag_keys b

78:
79: cursor c_tags ( p_account_id iem_mstemail_accounts.email_account_id%type)
80: is
81: select a.tag_id, a.tag_type_code, a.value
82: from iem_tag_keys a, iem_account_tag_keys b
83: where a.tag_key_id = b.tag_key_id and b.email_account_id = p_account_id;
84:
85: BEGIN
86: SAVEPOINT getEncryptId_PUB;