DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on FND_GLOBAL

Line 1372: l_request_id := fnd_global.conc_request_id;

1368: END IF;
1369: --
1370: --BUG#:1549665 hwahdani - check if process was run from conc. request and get id
1371: -- and log exception if order is on hold
1372: l_request_id := fnd_global.conc_request_id;
1373: -- 1729516
1374: IF l_debug_on THEN
1375: WSH_DEBUG_SV.log(l_module_name,'l_request_id', l_request_id );
1376: WSH_DEBUG_SV.log(l_module_name,'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID );

Line 1410: p_logging_entity_id => FND_GLOBAL.USER_ID,

1406: x_exception_id => l_dummy_exception_id ,
1407: p_logged_at_location_id => l_ship_from_location_id,
1408: p_exception_location_id => l_ship_from_location_id,
1409: p_logging_entity => 'SHIPPER',
1410: p_logging_entity_id => FND_GLOBAL.USER_ID,
1411: p_exception_name => 'WSH_PICK_HOLD',
1412: p_message => l_msg,
1413: p_error_message => l_exception_error_message,
1414: p_request_id => l_request_id,

Line 1499: l_request_id := fnd_global.conc_request_id;

1495:
1496: -- 2467416
1497: g_failed_crd_Tab(l_failed_index) := l_line_id;
1498:
1499: l_request_id := fnd_global.conc_request_id;
1500:
1501: -- 1729516
1502: IF ( l_request_id = -1 AND WSH_PICK_LIST.G_BATCH_ID IS NULL ) THEN
1503: raise line_hold_error;

Line 1534: p_logging_entity_id => FND_GLOBAL.USER_ID,

1530: x_exception_id => l_dummy_exception_id ,
1531: p_logged_at_location_id => l_ship_from_location_id,
1532: p_exception_location_id => l_ship_from_location_id,
1533: p_logging_entity => 'SHIPPER',
1534: p_logging_entity_id => FND_GLOBAL.USER_ID,
1535: p_exception_name => 'WSH_PICK_HOLD',
1536: p_message => l_msg ,
1537: p_error_message => l_exception_error_message,
1538: p_request_id => l_request_id,

Line 5314: ,FND_GLOBAL.LOGIN_ID

5310: ,attribute15
5311: ,created_by
5312: ,creation_date
5313: ,sysdate
5314: ,FND_GLOBAL.LOGIN_ID
5315: ,FND_GLOBAL.USER_ID
5316: ,program_application_id
5317: ,program_id
5318: ,program_update_date

Line 5315: ,FND_GLOBAL.USER_ID

5311: ,created_by
5312: ,creation_date
5313: ,sysdate
5314: ,FND_GLOBAL.LOGIN_ID
5315: ,FND_GLOBAL.USER_ID
5316: ,program_application_id
5317: ,program_id
5318: ,program_update_date
5319: ,request_id