DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_EXTRA_INFO_API dependencies on HR_ASSIGNMENT_EXTRA_INFO_BK1

Line 88: hr_assignment_extra_info_bk1.create_assignment_extra_info_b

84: --
85: -- Call Before Process User Hook
86: --
87: begin
88: hr_assignment_extra_info_bk1.create_assignment_extra_info_b
89: (
90: p_assignment_id => p_assignment_id,
91: p_information_type => p_information_type,
92: p_aei_attribute_category => p_aei_attribute_category,

Line 225: hr_assignment_extra_info_bk1.create_assignment_extra_info_a

221: --
222: -- Call After Process User Hook
223: --
224: begin
225: hr_assignment_extra_info_bk1.create_assignment_extra_info_a
226: (
227: p_assignment_id => p_assignment_id,
228: p_information_type => p_information_type,
229: p_aei_attribute_category => p_aei_attribute_category,