DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on FND_USER

Line 11147: FROM fnd_user

11143:
11144: -- Cursor to get workflow user
11145: CURSOR wfn_to IS
11146: SELECT user_name
11147: FROM fnd_user
11148: WHERE user_id = p_header_rec.created_by ;
11149:
11150: -- Cursor to get the order type
11151: CURSOR c_order_type IS