DBA Data[Home] [Help]

APPS.PO_VMI_GRP dependencies on GL_SETS_OF_BOOKS

Line 132: from gl_sets_of_books gsob ,

128: msi.base_item_id ,
129: msi.bom_item_type ,
130: msi.replenish_to_order_flag ,
131: msi.auto_created_config_flag
132: from gl_sets_of_books gsob ,
133: hr_organization_units hou ,
134: hr_organization_information hoi ,
135: mtl_parameters mp ,
136: hr_organization_information hoi2 ,

Line 153: GL_SETS_OF_BOOKS GSOB

149: and GSOB.SET_OF_BOOKS_ID = (
150: select set_of_books_id
151: from po_vendor_sites_all pvsa ,
152: HR_ORGANIZATION_INFORMATION HOI ,
153: GL_SETS_OF_BOOKS GSOB
154: where pvsa.vendor_site_id = x_supplier_site_id
155: and NVL(DECODE(HOI.ORG_INFORMATION_CONTEXT,'Accounting Information',
156: TO_NUMBER(HOI.ORG_INFORMATION3),TO_NUMBER(NULL)),-99)= NVL(pvsa.org_id,-99)
157: and HOI.ORG_INFORMATION1 = TO_CHAR(GSOB.SET_OF_BOOKS_ID)