DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRA_INFO_API dependencies on PAY_ELEMENT_EXTRA_INFO_BK1

Line 92: pay_element_extra_info_bk1.create_element_extra_info_b

88: --
89: -- Call Before Process User Hook
90: --
91: begin
92: pay_element_extra_info_bk1.create_element_extra_info_b
93: (p_information_type => p_information_type,
94: p_element_type_id => p_element_type_id,
95: p_eei_attribute_category => p_eei_attribute_category,
96: p_eei_attribute1 => p_eei_attribute1,

Line 234: pay_element_extra_info_bk1.create_element_extra_info_a

230: --
231: -- Call After Process User Hook
232: --
233: begin
234: pay_element_extra_info_bk1.create_element_extra_info_a
235: (p_element_type_extra_info_id => l_element_type_extra_info_id,
236: p_information_type => p_information_type,
237: p_element_type_id => p_element_type_id,
238: p_eei_attribute_category => p_eei_attribute_category,