DBA Data[Home] [Help]

APPS.WSH_TRXSN_HANDLER dependencies on FND_PROFILE

Line 41: fnd_profile.get('USER_ID',g_userid);

37:
38: l_start_index := p_mtl_ser_txn_if_rec.source_line_id.first;
39: l_end_index := p_mtl_ser_txn_if_rec.source_line_id.last;
40:
41: fnd_profile.get('USER_ID',g_userid);
42:
43: IF l_debug_on THEN
44: WSH_DEBUG_SV.log(l_module_name,'g_userid',g_userid);
45: WSH_DEBUG_SV.log(l_module_name,'l_start_index',l_start_index);

Line 364: fnd_profile.get('USER_ID',g_userid);

360: END IF;
361: RAISE WSH_FM_SERIALNO_NULL;
362: END IF;
363:
364: fnd_profile.get('USER_ID',g_userid);
365:
366: -- Set interface id if necessary
367: IF l_debug_on THEN
368: WSH_DEBUG_SV.log(l_module_name,'USER_ID',g_userid);

Line 556: fnd_profile.get('USER_ID',g_userid);

552: END IF;
553:
554: END IF;
555:
556: fnd_profile.get('USER_ID',g_userid);
557:
558: UPDATE mtl_serial_numbers_interface SET
559: source_code = p_source_code,
560: source_line_id = p_source_line_id,