DBA Data[Home] [Help]

APPS.CSTPFCHK dependencies on FND_FILE

Line 1937: fnd_file.put_line(fnd_file.log,'Updated MMT with primary_quantity: ' || to_char(l_onhand));

1933: /* Bug 2288994. Update periodic_primary_quantity also */
1934: periodic_primary_quantity = l_onhand
1935: WHERE mmt.value_change IS NOT NULL
1936: AND mmt.transaction_id = i_txn_id;
1937: fnd_file.put_line(fnd_file.log,'Updated MMT with primary_quantity: ' || to_char(l_onhand));
1938: end if;
1939:
1940: EXCEPTION
1941: when OTHERS then