DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on FND_GLOBAL

Line 2357: p_application_id => 665 --FND_GLOBAL.RESP_APPL_ID

2353: x_msg_count => l_msg_count,
2354: x_msg_data => l_msg_data,
2355: p_entity_name => 'WSH_NEW_DELIVERIES',
2356: p_entity_id => l_delivery_id_tab(1),
2357: p_application_id => 665 --FND_GLOBAL.RESP_APPL_ID
2358: p_location_id => l_pickup_loc_id,
2359: p_document_type => 'PACK_TYPE',
2360: p_document_sub_type => 'SALES_ORDER',
2361: p_reason_of_transport => p_action_prms.reason_of_transport,

Line 2429: p_application_id => 665 /* FND_GLOBAL.RESP_APPL_ID */,

2425: x_msg_count => l_msg_count,
2426: x_msg_data => l_msg_data,
2427: p_entity_name => 'WSH_NEW_DELIVERIES',
2428: p_entity_id => p_rec_attr_tab(i).delivery_id,
2429: p_application_id => 665 /* FND_GLOBAL.RESP_APPL_ID */,
2430: --Bug 6625788 For all Iteration Same l_pickup_loc_id is passed, so sending pickup_location_id for corresponding Delivery
2431: -- p_location_id => l_pickup_loc_id,
2432: p_location_id => p_rec_attr_tab(i).INITIAL_PICKUP_LOCATION_ID,
2433: p_document_type => 'PACK_TYPE',

Line 2560: p_logging_entity_id => FND_GLOBAL.USER_ID,

2556: x_exception_id => l_exception_id,
2557: p_exception_location_id => l_initial_pickup_location_id,
2558: p_logged_at_location_id => l_initial_pickup_location_id,
2559: p_logging_entity => 'SHIPPER',
2560: p_logging_entity_id => FND_GLOBAL.USER_ID,
2561: p_exception_name => 'WSH_RATE_DELIVERY_FAIL',
2562: p_message => substrb(l_exception_message,1,2000),
2563: p_delivery_id => l_out_param_rec.failed_delivery_id_list(i));
2564: i := l_out_param_rec.failed_delivery_id_list.next(i);