DBA Data[Home] [Help]

APPS.OKS_CCMIGRATE_PVT dependencies on FND_GLOBAL

Line 546: l_user_id := NVL(fnd_global.user_id, -1);

542:
543:
544: --open the cursor and migrate the stuff
545:
546: l_user_id := NVL(fnd_global.user_id, -1);
547:
548: IF (iby_cc_security_pub.encryption_enabled()) THEN
549: -- security enabled
550: OPEN oksline_cur_sec;

Line 935: l_user_id := NVL(fnd_global.user_id, -1);

931:
932:
933: --open the cursor and migrate the stuff
934:
935: l_user_id := NVL(fnd_global.user_id, -1);
936:
937: IF (iby_cc_security_pub.encryption_enabled()) THEN
938: -- security enabled
939: OPEN oksline_cur_sec;

Line 1330: l_user_id := NVL(fnd_global.user_id, -1);

1326:
1327:
1328: --open the cursor and migrate the stuff
1329:
1330: l_user_id := NVL(fnd_global.user_id, -1);
1331:
1332: IF (iby_cc_security_pub.encryption_enabled()) THEN
1333: -- security enabled
1334: OPEN okshdr_cur_sec;

Line 1722: l_user_id := NVL(fnd_global.user_id, -1);

1718:
1719:
1720: --open the cursor and migrate the stuff
1721:
1722: l_user_id := NVL(fnd_global.user_id, -1);
1723:
1724: IF (iby_cc_security_pub.encryption_enabled()) THEN
1725: -- security enabled
1726: OPEN okshdr_cur_sec;