DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 374: FROM ORG_ORGANIZATION_DEFINITIONS

370: --getting set of book ID for this ship_from_org
371: BEGIN
372: SELECT SET_OF_BOOKS_ID
373: INTO l_set_of_books_id
374: FROM ORG_ORGANIZATION_DEFINITIONS
375: WHERE ORGANIZATION_ID = G_SHIP_FROM_ORG_ID;
376: EXCEPTION
377: WHEN OTHERS THEN
378: debug(' Error:'||SQLERRM);

Line 612: FROM ORG_ORGANIZATION_DEFINITIONS

608: --getting set of book ID for this ship_from_org
609: BEGIN
610: SELECT SET_OF_BOOKS_ID
611: INTO l_set_of_books_id
612: FROM ORG_ORGANIZATION_DEFINITIONS
613: -- WHERE ORGANIZATION_ID = nvl(OE_ORDER_CACHE.g_header_rec.ship_from_org_id,G_SHIP_FROM_ORG_ID);
614: -- bug 6518329/6709490
615: WHERE ORGANIZATION_ID = nvl(G_SHIP_FROM_ORG_ID,OE_ORDER_CACHE.g_header_rec.ship_from_org_id);
616: