DBA Data[Home] [Help]

APPS.PQH_REI_BUS dependencies on PQH_ROLE_EXTRA_INFO

Line 138: p_role_id in pqh_role_extra_info.role_id%type

134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure chk_role_id
137: (
138: p_role_id in pqh_role_extra_info.role_id%type
139: );
140: --
141: -- ----------------------------------------------------------------------------
142: -- |--------------------< chk_multiple_occurences_flag >----------------------|

Line 174: (p_information_type in pqh_role_extra_info.information_type%type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure chk_multiple_occurences_flag
174: (p_information_type in pqh_role_extra_info.information_type%type
175: ,p_role_id in pqh_role_extra_info.role_id%type
176: );
177: --
178: -- ----------------------------------------------------------------------------

Line 175: ,p_role_id in pqh_role_extra_info.role_id%type

171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure chk_multiple_occurences_flag
174: (p_information_type in pqh_role_extra_info.information_type%type
175: ,p_role_id in pqh_role_extra_info.role_id%type
176: );
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------< chk_non_updateable_args >------------------------|