DBA Data[Home] [Help]

APPS.PER_EVENTS_API dependencies on PER_EVENTS_BK1

Line 81: per_events_bk1.create_event_b

77: --
78: -- Call Before Process User Hook
79: --
80: begin
81: per_events_bk1.create_event_b
82: (p_date_start => l_date_start
83: ,p_business_group_id => p_business_group_id
84: ,p_type => p_type
85: ,p_location_id => p_location_id

Line 175: per_events_bk1.create_event_a

171: --
172: -- Call After Process User Hook
173: --
174: begin
175: per_events_bk1.create_event_a
176: (p_date_start => p_date_start
177: ,p_business_group_id => p_business_group_id
178: ,p_type => p_type
179: ,p_location_id => p_location_id