DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 447: FROM ORG_ORGANIZATION_DEFINITIONS

443: --getting set of book ID for this ship_from_org
444: BEGIN
445: SELECT SET_OF_BOOKS_ID
446: INTO l_set_of_books_id
447: FROM ORG_ORGANIZATION_DEFINITIONS
448: WHERE ORGANIZATION_ID = G_SHIP_FROM_ORG_ID;
449: EXCEPTION
450: WHEN OTHERS THEN
451: debug(' Error:'||SQLERRM);

Line 728: FROM ORG_ORGANIZATION_DEFINITIONS

724: --getting set of book ID for this ship_from_org
725: BEGIN
726: SELECT SET_OF_BOOKS_ID
727: INTO l_set_of_books_id
728: FROM ORG_ORGANIZATION_DEFINITIONS
729: -- WHERE ORGANIZATION_ID = nvl(OE_ORDER_CACHE.g_header_rec.ship_from_org_id,G_SHIP_FROM_ORG_ID);
730: -- bug 6518329/6709490
731: WHERE ORGANIZATION_ID = nvl(G_SHIP_FROM_ORG_ID,OE_ORDER_CACHE.g_header_rec.ship_from_org_id);
732: