DBA Data[Home] [Help]

APPS.GML_OPM_ROI_GRP dependencies on FND_GLOBAL

Line 105: fnd_global.user_id,

101: l_error_message,
102: p_Error_Message_name,
103: SYSDATE,
104: SYSDATE,
105: fnd_global.user_id,
106: SYSDATE,
107: fnd_global.user_id,
108: fnd_global.login_id,
109: NVL(p_header_interface_id,l_header_interface_id),

Line 107: fnd_global.user_id,

103: SYSDATE,
104: SYSDATE,
105: fnd_global.user_id,
106: SYSDATE,
107: fnd_global.user_id,
108: fnd_global.login_id,
109: NVL(p_header_interface_id,l_header_interface_id),
110: p_rti_id,
111: null,

Line 108: fnd_global.login_id,

104: SYSDATE,
105: fnd_global.user_id,
106: SYSDATE,
107: fnd_global.user_id,
108: fnd_global.login_id,
109: NVL(p_header_interface_id,l_header_interface_id),
110: p_rti_id,
111: null,
112: fnd_global.conc_request_id,

Line 112: fnd_global.conc_request_id,

108: fnd_global.login_id,
109: NVL(p_header_interface_id,l_header_interface_id),
110: p_rti_id,
111: null,
112: fnd_global.conc_request_id,
113: fnd_global.prog_appl_id,
114: fnd_global.conc_program_id,
115: SYSDATE,
116: nvl(p_group_id,l_group_id));

Line 113: fnd_global.prog_appl_id,

109: NVL(p_header_interface_id,l_header_interface_id),
110: p_rti_id,
111: null,
112: fnd_global.conc_request_id,
113: fnd_global.prog_appl_id,
114: fnd_global.conc_program_id,
115: SYSDATE,
116: nvl(p_group_id,l_group_id));
117:

Line 114: fnd_global.conc_program_id,

110: p_rti_id,
111: null,
112: fnd_global.conc_request_id,
113: fnd_global.prog_appl_id,
114: fnd_global.conc_program_id,
115: SYSDATE,
116: nvl(p_group_id,l_group_id));
117:
118: -- Have to commit at the end of a successful autonomous transaction

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

746: Where delete_mark = 0
747: and (l_reason_code_security = 'Y')
748: AND (reason_code in (select reason_code from gma_reason_code_security
749: where (doc_type = 'PORC' or doc_type IS NULL) and
750: (responsibility_id = FND_GLOBAL.RESP_id or responsibility_id IS NULL)))
751: Union all
752: Select reason_code
753: From sy_reas_cds
754: Where delete_mark = 0;

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

882: THEN
883: l_trans_rec.trans_date := SYSDATE;
884: END IF;
885:
886: l_trans_rec.user_name := FND_GLOBAL.USER_NAME;
887:
888: -- Set the context for the GMI APIs
889: IF( NOT Gmigutl.Setup(l_trans_rec.user_name))
890: THEN

Line 978: l_new_lot_rec.user_name := FND_GLOBAL.USER_NAME;

974:
975: x_return_status := fnd_api.g_ret_sts_success;
976: l_new_lot_rec := p_new_lot_rec ;
977:
978: l_new_lot_rec.user_name := FND_GLOBAL.USER_NAME;
979:
980: -- the context for the GMI APIs
981: IF( NOT Gmigutl.Setup(l_new_lot_rec.user_name))
982: THEN