DBA Data[Home] [Help]

APPS.ZX_CONDITION_GROUPS_PKG dependencies on FND_MESSAGE

Line 716: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

712: open c;
713: fetch c into recinfo;
714: if (c%notfound) then
715: close c;
716: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
717: app_exception.raise_exception;
718: end if;
719: close c;
720: if ( ((recinfo.DETERMINING_FACTOR_CODE10 = X_DETERMINING_FACTOR_CODE10)

Line 968: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

964:
965: ) then
966: null;
967: else
968: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
969: app_exception.raise_exception;
970: end if;
971: for tlinfo in c1 loop
972: if (tlinfo.BASELANG = 'Y') then

Line 979: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

975: OR ((tlinfo.CONDITION_GROUP_DESC is null) AND (X_CONDITION_GROUP_DESC is null)))
976: ) then
977: null;
978: else
979: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
980: app_exception.raise_exception;
981: end if;
982: end if;
983: end loop;