DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 1988: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL

1984: 1
1985: )
1986: Returning accounting_event_id INTO l_rcv_accounting_event_id;
1987: l_stmt_num := 1260;
1988: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL
1989: into l_transaction_id
1990: from dual;
1991: l_stmt_num := 1265;
1992: l_um_rate := 1;

Line 4358: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL into l_transaction_id

4354: fnd_file.put_line(fnd_file.log,'item id : ' || to_char(l_item));
4355: fnd_file.put_line(fnd_file.log,'org_id : ' || to_char(i_org_id));
4356:
4357:
4358: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL into l_transaction_id
4359: from dual;
4360:
4361: /* get the period close date for the current open period */
4362: