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 3199: fnd_file.put_line(fnd_file.log,'Updated MMT with primary_quantity: ' || to_char(l_onhand));

3195: l_stmt_num := 85;
3196: UPDATE mtl_material_transactions mmt
3197: SET periodic_primary_quantity = l_onhand
3198: WHERE mmt.transaction_id = i_txn_id;
3199: fnd_file.put_line(fnd_file.log,'Updated MMT with primary_quantity: ' || to_char(l_onhand));
3200: ELSE
3201: /* Value Change transaction - treated like cost owned transactions */
3202: l_stmt_num := 90;
3203:

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

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