DBA Data[Home] [Help]

APPS.GHR_PDH_BUS dependencies on GHR_ROUTING_LISTS

Line 365: -- ghr_routing_lists

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

Line 396: from ghr_routing_lists prl

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