DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_API dependencies on AME_ATL_INS

Line 94: ame_atl_ins.ins_tl(p_language_code => p_language_code

90: ,p_start_date => l_atr_start_date
91: ,p_end_date => l_atr_end_date
92: );
93: -- insert data into TL tables
94: ame_atl_ins.ins_tl(p_language_code => p_language_code
95: ,p_attribute_id => l_attribute_id
96: ,p_description => p_description
97: );
98: -- Call DBMS_UTILITY.FORMAT_CALL_STACK to check if the call has been made from the 'AME_ATTRIBUTE_SWI' package.