DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on MTL_PARAMETERS

Line 1446: FROM mtl_parameters

1442: oe_debug_pub.add( 'P4' , 1 ) ;
1443: END IF;
1444: SELECT material_account,expense_account
1445: into org_material_account,org_expense_account
1446: FROM mtl_parameters
1447: WHERE organization_id = l_line_rec.ship_from_org_id;
1448:
1449: IF l_debug_level > 0 THEN
1450: oe_debug_pub.add( 'P5' , 1 ) ;