Inventory Management - EBS (MOSC)

MOSC Banner

Need below SQL to include GL Code combination for debit and crdeit of transaction

edited Oct 6, 2015 6:44AM in Inventory Management - EBS (MOSC) 3 commentsAnswered

select  DISTINCT B.CREATION_DATE, B.CREATED_BY,B.SUBINVENTORY_CODE,x.TRANSACTION_TYPE_NAME,B.ACTUAL_COST,proj.segment1,B.PROJECT_ID, pt.task_number,B.TASK_ID,B.EXPENDITURE_TYPE

from mtl_material_transactions b, MTL_TRANSACTION_TYPES x, pa_projects_all proj, pa_tasks pt

where  B.ORGANIZATION_ID = 248 AND B.PROJECT_ID is NOT NULL

AND x.TRANSACTION_TYPE_ID=b.TRANSACTION_TYPE_ID

AND b.project_id = proj.project_id

AND proj.project_id = pt.project_id

and EXPENditure_type is NOt NULL

it gets accounting at the time the transaction is costed

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center