DBA Data[Home] [Help]

APPS.GMI_AUTO_ALLOC_BATCH_PKG dependencies on FND_GLOBAL

Line 1313: WHERE user_id = FND_GLOBAL.USER_ID;

1309: CURSOR c_user IS
1310: SELECT user_id,
1311: user_name
1312: FROM fnd_user
1313: WHERE user_id = FND_GLOBAL.USER_ID;
1314:
1315: Cursor get_whse_code(p_organization_id IN NUMBER)
1316: IS
1317: Select whse_code

Line 1433: x_allocation_rec.user_id := FND_GLOBAL.user_id;

1429:
1430: CLOSE get_whse_code;
1431:
1432:
1433: x_allocation_rec.user_id := FND_GLOBAL.user_id;
1434:
1435:
1436: /* ============================================================================================= */
1437: /* Check Source Type */