DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_API dependencies on AME_ATTRIBUTE_BK1

Line 61: ame_attribute_bk1.create_ame_attribute_b

57: --
58: -- Call Before Process User Hook
59: --
60: begin
61: ame_attribute_bk1.create_ame_attribute_b
62: (p_name => l_name
63: ,p_description => p_description
64: ,p_attribute_type => p_attribute_type
65: ,p_item_class_id => p_item_class_id

Line 118: ame_attribute_bk1.create_ame_attribute_a

114: --
115: -- Call After Process User Hook
116: --
117: begin
118: ame_attribute_bk1.create_ame_attribute_a
119: (p_name => l_name
120: ,p_description => p_description
121: ,p_attribute_type => p_attribute_type
122: ,p_item_class_id => p_item_class_id