DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on FND_GLOBAL

Line 1416: if fnd_global.conc_request_id <> -1 then

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: --
1420: end if;

Line 1455: if fnd_global.conc_request_id <> -1 then

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;
1459: --

Line 1489: if fnd_global.conc_request_id <> -1 then

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;
1493: --