DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_API dependencies on DBMS_UTILITY

Line 98: -- Call DBMS_UTILITY.FORMAT_CALL_STACK to check if the call has been made from the 'AME_ATTRIBUTE_SWI' package.

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.
99: if (instrb(DBMS_UTILITY.FORMAT_CALL_STACK,l_swi_package_name||fnd_global.local_chr(10)) = 0) then
100: l_swi_call := false;
101: create_ame_attribute_usage
102: (p_validate => p_validate

Line 99: if (instrb(DBMS_UTILITY.FORMAT_CALL_STACK,l_swi_package_name||fnd_global.local_chr(10)) = 0) then

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.
99: if (instrb(DBMS_UTILITY.FORMAT_CALL_STACK,l_swi_package_name||fnd_global.local_chr(10)) = 0) then
100: l_swi_call := false;
101: create_ame_attribute_usage
102: (p_validate => p_validate
103: ,p_attribute_id => l_attribute_id