DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on FND_MESSAGE

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

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

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

1457: -- with the current employee assignment information.
1458: --
1459: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1460: if fnd_global.conc_request_id <> -1 then
1461: benutils.write(fnd_message.get);
1462: end if;
1463: --
1464: end if;
1465: else

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

1494: -- Display an informational message in the benmngle log
1495: -- indicating that a benefit assignment exist has been updated
1496: -- with the current employee assignment information.
1497: --
1498: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1499: if fnd_global.conc_request_id <> -1 then
1500: benutils.write(fnd_message.get);
1501: end if;
1502: end if;

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

1496: -- with the current employee assignment information.
1497: --
1498: fnd_message.set_name('BEN','BEN_92552_BNFT_ASSIGN_EXISTS');
1499: if fnd_global.conc_request_id <> -1 then
1500: benutils.write(fnd_message.get);
1501: end if;
1502: end if;
1503: --
1504: l_prev_per_id := -999 ;

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

1542: l_perdetails_set(l_plstab_count).contype := per_id.contact_type;
1543: l_plstab_count := l_plstab_count+1;
1544: end if;
1545: else
1546: fnd_message.set_name('BEN','BEN_92554_CON_BNFT_ASS_EXISTS');
1547: if fnd_global.conc_request_id <> -1 then
1548: benutils.write(fnd_message.get);
1549: end if;
1550: end if;

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

1544: end if;
1545: else
1546: fnd_message.set_name('BEN','BEN_92554_CON_BNFT_ASS_EXISTS');
1547: if fnd_global.conc_request_id <> -1 then
1548: benutils.write(fnd_message.get);
1549: end if;
1550: end if;
1551: --
1552: end loop;