DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on FND_USER

Line 563: FROM fnd_user

559: -- the values for us.
560: -- step 1. Get the person_id
561: SELECT employee_id
562: INTO l_person_id
563: FROM fnd_user
564: WHERE user_id = l_user_id;
565:
566: -- step 2. get the currency code for the destination OU.
567: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN