DBA Data[Home] [Help]

APPS.GML_OP_CUST_MST_PKG dependencies on FND_GLOBAL

Line 20: # fnd_global.user_id.

16: # MODIFICATION HISTORY
17: #
18: # 02-APR-99 Srinivas Somayajula Created.
19: # 02-DEC-99 Rajender Nalla Getting the user_id from
20: # fnd_global.user_id.
21: # 29-FEB-00 Rajender Nalla Changed the parameters to cust_no
22: # instead of CUST_ID
23: # V_from_cust_id,V_from_cust_no
24: # V_to_cust_id,V_to_cust_no

Line 111: X_user_id := FND_GLOBAL.USER_ID;

107: X_exchange_rate_rec Cur_get_exchange_rate%rowtype;
108: BEGIN
109:
110: /* Bug Id 1080909 fixed. */
111: X_user_id := FND_GLOBAL.USER_ID;
112: /* End of bug 1080909. */
113: OPEN Cur_max_cust_id;
114: FETCH Cur_max_cust_id INTO X_max_cust_id;
115: CLOSE Cur_max_cust_id;