DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on GL_SETS_OF_BOOKS

Line 507: -- Get the curreny code from GL_SETS_OF_BOOKS

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

Line 510: FROM GL_SETS_OF_BOOKS

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