DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on FND_GLOBAL

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

2441: x_msg_count => l_msg_count,
2442: x_msg_data => l_msg_data,
2443: p_entity_name => 'WSH_NEW_DELIVERIES',
2444: p_entity_id => l_delivery_id_tab(1),
2445: p_application_id => 665 --FND_GLOBAL.RESP_APPL_ID
2446: p_location_id => l_pickup_loc_id,
2447: p_document_type => 'PACK_TYPE',
2448: p_document_sub_type => 'SALES_ORDER',
2449: p_reason_of_transport => p_action_prms.reason_of_transport,

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

2513: x_msg_count => l_msg_count,
2514: x_msg_data => l_msg_data,
2515: p_entity_name => 'WSH_NEW_DELIVERIES',
2516: p_entity_id => p_rec_attr_tab(i).delivery_id,
2517: p_application_id => 665 /* FND_GLOBAL.RESP_APPL_ID */,
2518: --Bug 6625788 For all Iteration Same l_pickup_loc_id is passed, so sending pickup_location_id for corresponding Delivery
2519: -- p_location_id => l_pickup_loc_id,
2520: p_location_id => p_rec_attr_tab(i).INITIAL_PICKUP_LOCATION_ID,
2521: p_document_type => 'PACK_TYPE',

Line 2648: p_logging_entity_id => FND_GLOBAL.USER_ID,

2644: x_exception_id => l_exception_id,
2645: p_exception_location_id => l_initial_pickup_location_id,
2646: p_logged_at_location_id => l_initial_pickup_location_id,
2647: p_logging_entity => 'SHIPPER',
2648: p_logging_entity_id => FND_GLOBAL.USER_ID,
2649: p_exception_name => 'WSH_RATE_DELIVERY_FAIL',
2650: p_message => substrb(l_exception_message,1,2000),
2651: p_delivery_id => l_out_param_rec.failed_delivery_id_list(i));
2652: i := l_out_param_rec.failed_delivery_id_list.next(i);