DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on FND_MESSAGE

Line 1415: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');

1411: -- Display an informational message in the benmngle log
1412: -- indicating that a benefit assignment exist has been updated
1413: -- with the current employee assignment information.
1414: --
1415: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1416: if fnd_global.conc_request_id <> -1 then
1417: benutils.write(fnd_message.get);
1418: end if;
1419: --

Line 1417: benutils.write(fnd_message.get);

1413: -- with the current employee assignment information.
1414: --
1415: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1416: if fnd_global.conc_request_id <> -1 then
1417: benutils.write(fnd_message.get);
1418: end if;
1419: --
1420: end if;
1421: else

Line 1454: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');

1450: -- Display an informational message in the benmngle log
1451: -- indicating that a benefit assignment exist has been updated
1452: -- with the current employee assignment information.
1453: --
1454: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1455: if fnd_global.conc_request_id <> -1 then
1456: benutils.write(fnd_message.get);
1457: end if;
1458: end if;

Line 1456: benutils.write(fnd_message.get);

1452: -- with the current employee assignment information.
1453: --
1454: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1455: if fnd_global.conc_request_id <> -1 then
1456: benutils.write(fnd_message.get);
1457: end if;
1458: end if;
1459: --
1460: l_prev_per_id := -999 ;

Line 1488: fnd_message.set_name('BEN','BEN_92554_CON_BNFT_ASS_EXISTS');

1484: l_perdetails_set(l_plstab_count).contype := per_id.contact_type;
1485: l_plstab_count := l_plstab_count+1;
1486: end if;
1487: else
1488: fnd_message.set_name('BEN','BEN_92554_CON_BNFT_ASS_EXISTS');
1489: if fnd_global.conc_request_id <> -1 then
1490: benutils.write(fnd_message.get);
1491: end if;
1492: end if;

Line 1490: benutils.write(fnd_message.get);

1486: end if;
1487: else
1488: fnd_message.set_name('BEN','BEN_92554_CON_BNFT_ASS_EXISTS');
1489: if fnd_global.conc_request_id <> -1 then
1490: benutils.write(fnd_message.get);
1491: end if;
1492: end if;
1493: --
1494: end loop;