DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on DBMS_APPLICATION_INFO

Line 331: dbms_application_info.set_client_info(l_rma_line_rec.org_id);

327: debug(' Ordered_Quantity :'||l_rma_line_rec.ordered_quantity);
328: debug(' Fulfilled_Quantity :'||l_rma_line_rec.fulfilled_quantity);
329: debug(' Operating_Unit_ID :'||l_rma_line_rec.org_id);
330:
331: dbms_application_info.set_client_info(l_rma_line_rec.org_id);
332:
333: IF l_shippable_item_flag is NULL THEN
334: debug('Could not determine if the line item is shippable or not for the RMA Fulfillment Line.');
335: fnd_message.set_name('FND','FND_GENERIC_MESSAGE');