DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on FND_GLOBAL

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

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

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

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

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

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