DBA Data[Home] [Help]

APPS.PER_CPL_BUS dependencies on PER_BUSINESS_GROUPS

Line 29: -- Get the PER_BUSINESS_GROUPS

25: --
26: -- Declare cursor
27: --
28: -- Amended on 23-Dec-2002 by meburton
29: -- Get the PER_BUSINESS_GROUPS
30:
31: cursor csr_sec_grp is
32: select pbg.security_group_id
33: from per_business_groups pbg

Line 33: from per_business_groups pbg

29: -- Get the PER_BUSINESS_GROUPS
30:
31: cursor csr_sec_grp is
32: select pbg.security_group_id
33: from per_business_groups pbg
34: , per_competences cpn
35: , per_competences_tl cpl
36: where cpl.competence_id = p_competence_id
37: and pbg.business_group_id = cpn.business_group_id

Line 102: from per_business_groups pbg

98: -- amended on 23-Dec-2002 added join to per_compentence table
99: --
100: cursor csr_leg_code is
101: select pbg.legislation_code
102: from per_business_groups pbg
103: , per_competences_tl cpl
104: , per_competences cpn
105: where cpl.competence_id = p_competence_id
106: and cpl.language = p_language