DBA Data[Home] [Help]

APPS.GMI_AUTO_ALLOC_BATCH_PKG dependencies on FND_USER

Line 695: , user_id FND_USER.USER_ID%TYPE

691: , ship_to_org_id oe_order_lines_all.SHIP_TO_ORG_ID%TYPE
692: , of_cust_id oe_order_lines_all.sold_to_org_id%TYPE
693: , org_id oe_order_lines_all.org_id%TYPE
694: , trans_date IC_TRAN_PND.TRANS_DATE%TYPE
695: , user_id FND_USER.USER_ID%TYPE
696: , user_name FND_USER.USER_NAME%TYPE
697: );
698: */
699:

Line 696: , user_name FND_USER.USER_NAME%TYPE

692: , of_cust_id oe_order_lines_all.sold_to_org_id%TYPE
693: , org_id oe_order_lines_all.org_id%TYPE
694: , trans_date IC_TRAN_PND.TRANS_DATE%TYPE
695: , user_id FND_USER.USER_ID%TYPE
696: , user_name FND_USER.USER_NAME%TYPE
697: );
698: */
699:
700: OPEN Get_whse_code_cur(p_wdd_rec.organization_id);

Line 1312: FROM fnd_user

1308: l_oe_line c_customer_and_so_info%rowtype;
1309: CURSOR c_user IS
1310: SELECT user_id,
1311: user_name
1312: FROM fnd_user
1313: WHERE user_id = FND_GLOBAL.USER_ID;
1314:
1315: Cursor get_whse_code(p_organization_id IN NUMBER)
1316: IS