DBA Data[Home] [Help]

APPS.CSTPPWAC dependencies on FND_FILE

Line 1808: fnd_file.put_line (fnd_file.log, 'moh org: ' || l_moh_org_id);

1804: if (l_fob_point = 1) then
1805: l_moh_org_id := l_txfr_org_id;
1806: end if;
1807:
1808: fnd_file.put_line (fnd_file.log, 'moh org: ' || l_moh_org_id);
1809: end if;
1810:
1811: l_stmt_num := 70;
1812: CST_MOHRULES_PUB.apply_moh ( p_api_version => 1.0,

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

3256: /* Bug 2288994. Update periodic_primary_quantity also */
3257: periodic_primary_quantity = l_onhand
3258: WHERE mmt.value_change IS NOT NULL
3259: AND mmt.transaction_id = i_txn_id;
3260: fnd_file.put_line(fnd_file.log,'Updated MMT with primary_quantity: ' || to_char(l_onhand));
3261:
3262: END IF;
3263:
3264: /* --- start of auto log --- */