DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on FND_USER

Line 64: FROM fnd_user

60: /* Cusor Declarations */
61:
62: CURSOR Get_user_name(p_user_id IN NUMBER) IS
63: SELECT user_name
64: FROM fnd_user
65: WHERE user_id = p_user_id;
66:
67: CURSOR Get_order_info(p_so_line_id IN NUMBER) IS
68: SELECT ol.line_number, mtl.segment1,