DBA Data[Home] [Help]

APPS.HR_KI_OPTION_TYPES_API dependencies on HR_KI_OPTION_TYPES_BK1

Line 47: hr_ki_option_types_bk1.create_option_type_b

43: --
44: -- Call Before Process User Hook
45: --
46: begin
47: hr_ki_option_types_bk1.create_option_type_b
48: ( p_language_code => l_language_code
49: ,p_option_type_key => p_option_type_key
50: ,p_display_type => p_display_type
51: ,p_option_name => p_option_name

Line 82: hr_ki_option_types_bk1.create_option_type_a

78: --
79: -- Call After Process User Hook
80: --
81: begin
82: hr_ki_option_types_bk1.create_option_type_a
83: (
84: p_language_code => l_language_code
85: ,p_option_type_key => p_option_type_key
86: ,p_display_type => p_display_type