DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on GL_SETS_OF_BOOKS

Line 508: -- Get the curreny code from GL_SETS_OF_BOOKS

504: p_organization_id =>l_trip_tab(i).EQUIPMENT_GROUP_XID);
505: END IF;
506:
507:
508: -- Get the curreny code from GL_SETS_OF_BOOKS
509: l_sob_id := FND_PROFILE.VALUE('GL_SET_OF_BKS_ID');
510: SELECT currency_code INTO l_currency_code
511: FROM GL_SETS_OF_BOOKS
512: WHERE set_of_books_id = l_sob_id;

Line 511: FROM GL_SETS_OF_BOOKS

507:
508: -- Get the curreny code from GL_SETS_OF_BOOKS
509: l_sob_id := FND_PROFILE.VALUE('GL_SET_OF_BKS_ID');
510: SELECT currency_code INTO l_currency_code
511: FROM GL_SETS_OF_BOOKS
512: WHERE set_of_books_id = l_sob_id;
513:
514: WSH_FREIGHT_COSTS_PVT.Get_Trip_Manual_Freight_Cost(l_trip_tab(i).TRIP_ID,
515: l_currency_code,