DBA Data[Home] [Help]

APPS.INV_ONHAND_BALANCE dependencies on MTL_TXNS_HISTORY_S

Line 509: select mtl_txns_history_s.nextval

505: end if;
506:
507: begin
508:
509: select mtl_txns_history_s.nextval
510: into l_entity_id
511: from dual;
512:
513: exception