DBA Data[Home] [Help]

APPS.AR_CASH_RECEIPT_PRINT_PKG dependencies on FND_USER

Line 69: FROM fnd_user

65:
66: /* Find out the user who issued the conc. prog */
67: SELECT user_name
68: INTO l_user
69: FROM fnd_user
70: WHERE user_id=fnd_global.user_id;
71:
72: l_user:=','''||l_user||''' ';
73: /* Added for bug 7278191 */