DBA Data[Home] [Help]

APPS.GML_INTORD_LOT_STS dependencies on FND_GLOBAL

Line 254: (responsibility_id = FND_GLOBAL.RESP_id or responsibility_id IS NULL)))

250: WHERE delete_mark = 0
251: AND (l_reason_code_security = 'Y')
252: AND (reason_code in (select reason_code from gma_reason_code_security
253: where (doc_type = 'PORC' or doc_type IS NULL) and
254: (responsibility_id = FND_GLOBAL.RESP_id or responsibility_id IS NULL)))
255: UNION ALL
256: SELECT reason_code
257: FROM sy_reas_cds
258: WHERE delete_mark = 0;

Line 321: l_trans_rec.user_name := FND_GLOBAL.USER_NAME;

317: END IF;
318: END IF; /* IF Get_Reason_Code%NOTFOUND */
319:
320: l_trans_rec.trans_qty := NULL;
321: l_trans_rec.user_name := FND_GLOBAL.USER_NAME;
322:
323: -- Set the context for the GMI APIs
324: IF( NOT Gmigutl.Setup(l_trans_rec.user_name) ) THEN
325: x_msg_data := 'Error during Gmigutl.Setup';