DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 1995: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL

1991: 1
1992: )
1993: Returning accounting_event_id INTO l_rcv_accounting_event_id;
1994: l_stmt_num := 1260;
1995: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL
1996: into l_transaction_id
1997: from dual;
1998: l_stmt_num := 1265;
1999: l_um_rate := 1;

Line 4450: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL into l_transaction_id

4446: fnd_file.put_line(fnd_file.log,'org_id : ' || to_char(i_org_id));
4447:
4448:
4449: l_stmt_num := 90;
4450: select MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL into l_transaction_id
4451: from dual;
4452:
4453: /* get the period close date for the current open period */
4454: