DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on FND_USER

Line 11500: FROM fnd_user

11496:
11497: -- Cursor to get workflow user
11498: CURSOR wfn_to IS
11499: SELECT user_name
11500: FROM fnd_user
11501: WHERE user_id = p_header_rec.created_by ;
11502:
11503: -- Cursor to get the order type
11504: CURSOR c_order_type IS