DBA Data[Home] [Help]

APPS.GHR_CAH_BUS dependencies on GHR_COMPL_CA_HEADERS

Line 27: -- ghr_compl_ca_headers and PER_BUSINESS_GROUPS

23: --
24: -- Declare cursor
25: --
26: -- EDIT_HERE In the following cursor statement add join(s) between
27: -- ghr_compl_ca_headers and PER_BUSINESS_GROUPS
28: -- so that the security_group_id for
29: -- the current business group context can be derived.
30: -- Remove this comment when the edit has been completed.
31: cursor csr_sec_grp is

Line 34: , ghr_compl_ca_headers cah

30: -- Remove this comment when the edit has been completed.
31: cursor csr_sec_grp is
32: select pbg.security_group_id
33: from per_business_groups pbg
34: , ghr_compl_ca_headers cah
35: -- , EDIT_HERE table_name(s) 333
36: where cah.compl_ca_header_id = p_compl_ca_header_id;
37: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;
38: --

Line 93: -- ghr_compl_ca_headers and PER_BUSINESS_GROUPS

89: --
90: -- Declare cursor
91: --
92: -- EDIT_HERE In the following cursor statement add join(s) between
93: -- ghr_compl_ca_headers and PER_BUSINESS_GROUPS
94: -- so that the legislation_code for
95: -- the current business group context can be derived.
96: -- Remove this comment when the edit has been completed.
97: cursor csr_leg_code is

Line 100: , ghr_compl_ca_headers cah

96: -- Remove this comment when the edit has been completed.
97: cursor csr_leg_code is
98: select pbg.legislation_code
99: from per_business_groups pbg
100: , ghr_compl_ca_headers cah
101: -- , EDIT_HERE table_name(s) 333
102: where cah.compl_ca_header_id = p_compl_ca_header_id;
103: -- and pbg.business_group_id = EDIT_HERE 333.business_group_id;
104: --

Line 229: PROCEDURE chk_ca_source(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,

225: -----------------------------------------------------------
226: --
227: --
228:
229: PROCEDURE chk_ca_source(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,
230: p_ca_source in ghr_compl_ca_headers.ca_source%TYPE,
231: p_effective_date in date,
232: p_object_version_number in number)
233:

Line 230: p_ca_source in ghr_compl_ca_headers.ca_source%TYPE,

226: --
227: --
228:
229: PROCEDURE chk_ca_source(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,
230: p_ca_source in ghr_compl_ca_headers.ca_source%TYPE,
231: p_effective_date in date,
232: p_object_version_number in number)
233:
234: IS

Line 309: PROCEDURE chk_comrep_noncom_req(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,

305: -----------------------------------------------------------
306: --
307: --
308:
309: PROCEDURE chk_comrep_noncom_req(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,
310: p_comrep_noncom_req in ghr_compl_ca_headers.comrep_noncom_req%TYPE,
311: p_effective_date in date,
312: p_object_version_number in number)
313:

Line 310: p_comrep_noncom_req in ghr_compl_ca_headers.comrep_noncom_req%TYPE,

306: --
307: --
308:
309: PROCEDURE chk_comrep_noncom_req(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,
310: p_comrep_noncom_req in ghr_compl_ca_headers.comrep_noncom_req%TYPE,
311: p_effective_date in date,
312: p_object_version_number in number)
313:
314: IS

Line 389: PROCEDURE chk_stage_complaint_reinstated(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,

385: -----------------------------------------------------------
386: --
387: --
388:
389: PROCEDURE chk_stage_complaint_reinstated(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,
390: p_stage_complaint_reinstated in ghr_compl_ca_headers.stage_complaint_reinstated%TYPE,
391: p_effective_date in date,
392: p_object_version_number in number)
393:

Line 390: p_stage_complaint_reinstated in ghr_compl_ca_headers.stage_complaint_reinstated%TYPE,

386: --
387: --
388:
389: PROCEDURE chk_stage_complaint_reinstated(p_compl_ca_header_id in ghr_compl_ca_headers.compl_ca_header_id%TYPE,
390: p_stage_complaint_reinstated in ghr_compl_ca_headers.stage_complaint_reinstated%TYPE,
391: p_effective_date in date,
392: p_object_version_number in number)
393:
394: IS