DBA Data[Home] [Help]

APPS.PE_POI_BUS dependencies on PER_POSITION_EXTRA_INFO

Line 141: p_position_id in per_position_extra_info.position_id%type

137: -- {End Of Comments}
138: -- ----------------------------------------------------------------------------
139: Procedure chk_position_id
140: (
141: p_position_id in per_position_extra_info.position_id%type
142: );
143: --
144: -- ----------------------------------------------------------------------------
145: -- |---------------------< chk_multiple_occurences_flag >---------------------|

Line 177: (p_information_type in per_position_extra_info.information_type%type

173: --
174: -- {End Of Comments}
175: -- ----------------------------------------------------------------------------
176: Procedure chk_multiple_occurences_flag
177: (p_information_type in per_position_extra_info.information_type%type
178: ,p_position_id in per_position_extra_info.position_id%type
179: );
180: --
181: -- ----------------------------------------------------------------------------

Line 178: ,p_position_id in per_position_extra_info.position_id%type

174: -- {End Of Comments}
175: -- ----------------------------------------------------------------------------
176: Procedure chk_multiple_occurences_flag
177: (p_information_type in per_position_extra_info.information_type%type
178: ,p_position_id in per_position_extra_info.position_id%type
179: );
180: --
181: -- ----------------------------------------------------------------------------
182: -- |-----------------------< chk_non_updateable_args >------------------------|