DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on MTL_MATERIAL_TRANSACTIONS

Line 723: SELECT mtl_material_transactions_s.nextval

719: IF (x_net_reversal <> 0 ) THEN
720:
721: x_statement := 90;
722:
723: SELECT mtl_material_transactions_s.nextval
724: INTO x_transaction_id
725: FROM dual;
726:
727: /* Bug #2840690. Get primary UOM of assembly */

Line 744: MTL_MATERIAL_TRANSACTIONS(

740:
741: l_transaction_date := sysdate; /* Bug 4757384 */
742:
743: INSERT into
744: MTL_MATERIAL_TRANSACTIONS(
745: transaction_id,
746: inventory_item_id,
747: organization_id,
748: transaction_type_id,