DBA Data[Home] [Help]

APPS.GHR_PRH_BUS dependencies on GHR_ROUTING_LISTS

Line 363: -- ghr_routing_lists

359: -- ---------------------------------------------------------------------------
360: --
361: -- Description:
362: -- Validates that the routing_list_id exists in the table
363: -- ghr_routing_lists
364: --
365: -- Pre-conditions:
366: -- None
367: --

Line 394: from ghr_routing_lists prl

390: l_api_updating boolean;
391: --
392: Cursor c_rout_list_id is
393: select 1
394: from ghr_routing_lists prl
395: where prl.routing_list_id = p_routing_list_id;
396: --
397: begin
398: hr_utility.set_location('Entering:'|| l_proc, 10);