DBA Data[Home] [Help]

APPS.PE_AEI_BUS dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 104: p_information_type in per_assignment_extra_info.information_type%type

100: -- {End Of Comments}
101: -- ----------------------------------------------------------------------------
102: Procedure chk_assignment_info_type
103: (
104: p_information_type in per_assignment_extra_info.information_type%type
105: );
106: --
107: -- ----------------------------------------------------------------------------
108: -- |---------------------------< Chk_assignment_id >----------------------------|

Line 139: p_assignment_id in per_assignment_extra_info.assignment_id%type

135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure chk_assignment_id
138: (
139: p_assignment_id in per_assignment_extra_info.assignment_id%type
140: );
141: --
142: -- ----------------------------------------------------------------------------
143: -- |-----------------------< chk_non_updateable_args >------------------------|