DBA Data[Home] [Help]

APPS.GHR_PRH_BUS dependencies on GHR_PA_REQUESTS

Line 19: -- Validates that the pa_request_id exists in the ghr_pa_requests_table

15: -- ---------------------------------------------------------------------------
16: --
17: -- Description:
18: --
19: -- Validates that the pa_request_id exists in the ghr_pa_requests_table
20: --
21: -- Pre-conditions:
22: -- None
23: --

Line 74: ,p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE

70: -- Internal Table Handler Use Only.
71: --
72: procedure chk_groupbox_id
73: (p_pa_routing_history_id in ghr_pa_routing_history.pa_routing_history_id%TYPE
74: ,p_pa_request_id in ghr_pa_requests.pa_request_id%TYPE
75: ,p_groupbox_id in ghr_pa_routing_history.groupbox_id%TYPE
76: ,p_object_version_number in ghr_pa_routing_history.object_version_number%TYPE
77: );
78: