DBA Data[Home] [Help]

APPS.GML_BATCH_WORKFLOW_PKG dependencies on FND_USER

Line 55: FROM fnd_user

51: /* Cusor Declarations */
52:
53: CURSOR Get_user_name(p_user_id IN NUMBER) IS
54: SELECT user_name
55: FROM fnd_user
56: WHERE user_id = p_user_id;
57:
58: CURSOR Get_order_info(p_so_line_id IN NUMBER) IS
59: SELECT ol.line_number, mtl.segment1,