DBA Data[Home] [Help]

APPS.OTA_AME_ATTRIBUTES dependencies on HR_LOCATIONS_ALL

Line 510: c_class_location hr_locations_all.location_code%type;

506: function get_class_location
507: (p_transaction_id IN hr_api_transactions.transaction_id%TYPE)
508: return varchar2 is
509:
510: c_class_location hr_locations_all.location_code%type;
511: c_event_id ota_events.event_id%type;
512: c_item_type varchar2(50);
513: c_item_key varchar2(100);
514: