DBA Data[Home] [Help]

APPS.INV_MGD_POS_BUCKET_MDTR dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 101: , org_organization_definitions ood

97: INTO
98: x_context_rec.period_set_name
99: , x_context_rec.period_type
100: FROM gl_sets_of_books gsob
101: , org_organization_definitions ood
102: WHERE gsob.set_of_books_id = ood.set_of_books_id
103: AND organization_id = p_organization_id;
104:
105: INV_MGD_POS_UTIL.Log