DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on MTL_PARAMETERS

Line 81: from mtl_parameters

77: end if;
78:
79: select primary_cost_method
80: into primaryCostMethod
81: from mtl_parameters
82: where organization_id = parameters.environment.orgID;
83:
84: --insert a row into cst_comp_snap_temp
85: /* Fix for bug 4252359. Do this only for non-LPN completions. WMS will

Line 492: from mtl_parameters

488: end if;
489:
490: select primary_cost_method
491: into primaryCostMethod
492: from mtl_parameters
493: where organization_id = parameters.environment.orgID;
494:
495:
496: --may have to populate the txn temp id for costing.