DBA Data[Home] [Help]

APPS.OTA_FORUM_API dependencies on OTA_FORUM_BK1

Line 49: ota_forum_bk1.create_forum_b

45: --
46: -- Call Before Process User Hook
47: --
48: begin
49: ota_forum_bk1.create_forum_b
50: ( p_effective_date => p_effective_date
51: ,p_name => p_name
52: ,p_description => p_description
53: ,p_business_group_id => p_business_group_id

Line 105: ota_forum_bk1.create_forum_a

101: --
102: -- Call After Process User Hook
103: --
104: begin
105: ota_forum_bk1.create_forum_a
106: ( p_effective_date => p_effective_date
107: ,p_name => p_name
108: ,p_description => p_description
109: ,p_business_group_id => p_business_group_id