DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on RA_SALESREPS

Line 100: FROM RA_SALESREPS

96: if l_attribute_code = 'SALESREP_ID' then
97: BEGIN
98: SELECT NAME
99: INTO l_attribute_display_value
100: FROM RA_SALESREPS
101: WHERE salesrep_id = attribute_value and org_id = p_org_id;
102:
103: EXCEPTION WHEN OTHERS THEN
104: l_attribute_display_value := NULL;