DBA Data[Home] [Help]

APPS.FND_TRANSACTION dependencies on AD_ZD

Line 341: if ad_zd.get_edition_type(sys_context('userenv', 'current_edition_name')) = 'PATCH' then

337: begin
338:
339: -- Check to see if we are running in the PATCH edition
340: -- If so we must not allow any transactions to take place
341: if ad_zd.get_edition_type(sys_context('userenv', 'current_edition_name')) = 'PATCH' then
342: fnd_message.set_name('FND', 'CONC-TM-Transactions disabled');
343: raise error;
344: end if;
345: