DBA Data[Home] [Help]

APPS.HR_CALENDAR_ENTRY_API dependencies on HR_CALENDAR_ENTRY_BK1

Line 60: HR_CALENDAR_ENTRY_BK1.create_calendar_entry_b

56: --
57: -- Call Before Process User Hook
58: --
59: begin
60: HR_CALENDAR_ENTRY_BK1.create_calendar_entry_b
61: (p_effective_date => l_effective_date
62: ,p_name => p_name
63: ,p_type => p_type
64: ,p_start_date => p_start_date

Line 114: HR_CALENDAR_ENTRY_BK1.create_calendar_entry_a

110: --
111: -- Call After Process User Hook
112: --
113: begin
114: HR_CALENDAR_ENTRY_BK1.create_calendar_entry_a
115: (p_effective_date => l_effective_date
116: ,p_name => p_name
117: ,p_type => p_type
118: ,p_start_date => p_start_date