DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on FND_FILE

Line 2034: fnd_file.put_line(fnd_file.log,l_err_msg);

2030: closing_end_date := fnd_date.canonical_to_date(l_closing_end_date);
2031:
2032: FND_MESSAGE.set_name('BOM', 'CST_BEGIN_PERIOD_END');
2033: l_err_msg := FND_MESSAGE.Get;
2034: fnd_file.put_line(fnd_file.log,l_err_msg);
2035:
2036: l_stmt_num := 10;
2037: open all_cost_groups_cur;
2038:

Line 2070: fnd_file.put_line(fnd_file.log,' ');

2066: i_cost_type_id => l_cost_type_id,
2067: i_cost_group_id => current_cost_group_id,
2068: i_legal_entity => l_entity_id);
2069:
2070: fnd_file.put_line(fnd_file.log,' ');
2071:
2072: if (l_err_num <> 0) then
2073: goto error_label;
2074: end if;

Line 2126: fnd_file.put_line(fnd_file.log,l_err_msg);

2122: <>
2123: commit;
2124: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_SUCCESS');
2125: l_err_msg := FND_MESSAGE.Get;
2126: fnd_file.put_line(fnd_file.log,l_err_msg);
2127:
2128: goto procedure_end_label;
2129:
2130: <>

Line 2146: fnd_file.put_line(fnd_file.log,l_err_msg);

2142: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2143:
2144: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_FAILURE');
2145: l_err_msg := FND_MESSAGE.Get;
2146: fnd_file.put_line(fnd_file.log,l_err_msg);
2147:
2148:
2149: <>
2150: NULL;

Line 2181: fnd_file.put_line(fnd_file.log,l_err_msg);

2177:
2178: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2179: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_SUCCESS');
2180: l_err_msg := FND_MESSAGE.Get;
2181: fnd_file.put_line(fnd_file.log,l_err_msg);
2182:
2183:
2184: END api_close_period;
2185: