83: IF p_address_id IS NOT NULL THEN
84: BEGIN
85: SELECT global_attribute8, global_attribute9
86: INTO l_contributor_class, l_use_site_prof
87: FROM hz_cust_acct_sites
88: WHERE cust_acct_site_id = p_address_id;
89: EXCEPTION
90: WHEN NO_DATA_FOUND THEN
91: l_contributor_class := NULL;