DBA Data[Home] [Help]

APPS.AME_ATU_BUS dependencies on FND_GLOBAL

Line 1144: if (instr(DBMS_UTILITY.FORMAT_CALL_STACK,'AME_TRANS_TYPE_API'||fnd_global.local_chr(10)) <> 0) then

1140: -- and p_effective_date between start_date
1141: -- and nvl(end_date - (1/86400), sysdate);
1142: begin
1143: l_use_count := 0;
1144: if (instr(DBMS_UTILITY.FORMAT_CALL_STACK,'AME_TRANS_TYPE_API'||fnd_global.local_chr(10)) <> 0) then
1145: return;
1146: end if;
1147: if (ame_atu_shd.g_old_rec.user_editable = ame_util.booleanFalse) then
1148: fnd_message.set_name('PER', 'AME_400477_CANNOT_DEL_SEEDED');